summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 (;;) {