summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2011-01-28 13:41:34 +0100
committersb <sb@openoffice.org>2011-01-28 13:41:34 +0100
commitf78c98fc9c62094aa4eff5494efc38f15a0fc1ec (patch)
tree8cbea24b03213ff78d80f55868e9a6e2a2a490be /binaryurp
parent6875a4b2aad35aaa07906dfd7386cc519d0fd933 (diff)
sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp
Diffstat (limited to 'binaryurp')
-rwxr-xr-xbinaryurp/source/reader.cxx1
-rwxr-xr-xbinaryurp/source/writer.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx
index 7ffdb34fe89f..f622fb5b0c42 100755
--- a/binaryurp/source/reader.cxx
+++ b/binaryurp/source/reader.cxx
@@ -114,6 +114,7 @@ Reader::Reader(rtl::Reference< Bridge > const & bridge): bridge_(bridge) {
Reader::~Reader() {}
void Reader::run() {
+ setName("binaryurpReader");
try {
bridge_->sendRequestChangeRequest();
css::uno::Reference< css::connection::XConnection > con(
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx
index 439b7dba804a..97a60157eb6f 100755
--- a/binaryurp/source/writer.cxx
+++ b/binaryurp/source/writer.cxx
@@ -153,6 +153,7 @@ void Writer::stop() {
Writer::~Writer() {}
void Writer::run() {
+ setName("binaryurpWriter");
try {
unblocked_.wait();
for (;;) {