summaryrefslogtreecommitdiff
path: root/tests/Reactor_Notify_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-21 17:44:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-21 17:44:17 +0000
commit886b7c3fdcdf3c586e676e0ab3b14fad73b96377 (patch)
treefa32c37310d50895c2e22d77d838282739d6e27c /tests/Reactor_Notify_Test.cpp
parentee3fb5ed1542d95b3ebfa32617619dc9659142ba (diff)
downloadATCD-886b7c3fdcdf3c586e676e0ab3b14fad73b96377.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Reactor_Notify_Test.cpp')
-rw-r--r--tests/Reactor_Notify_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactor_Notify_Test.cpp b/tests/Reactor_Notify_Test.cpp
index 60da481cd4d..b2b4476c04d 100644
--- a/tests/Reactor_Notify_Test.cpp
+++ b/tests/Reactor_Notify_Test.cpp
@@ -72,7 +72,7 @@ Supplier_Task::open (void *)
{
if (this->pipe_.open () == -1)
ACE_ERROR_RETURN ((LM_ERROR, "(%t) %p\n", "open failed"), -1);
- else if (this->activate (THR_DETACHED))
+ else if (this->activate (THR_BOUND | THR_DETACHED))
// Make this an Active Object.
ACE_ERROR_RETURN ((LM_ERROR, "(%t) %p\n", "activate failed"), -1);
else if (ACE_Reactor::instance()->register_handler