diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-21 17:44:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-21 17:44:17 +0000 |
commit | 886b7c3fdcdf3c586e676e0ab3b14fad73b96377 (patch) | |
tree | fa32c37310d50895c2e22d77d838282739d6e27c /tests/Reactor_Notify_Test.cpp | |
parent | ee3fb5ed1542d95b3ebfa32617619dc9659142ba (diff) | |
download | ATCD-886b7c3fdcdf3c586e676e0ab3b14fad73b96377.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Reactor_Notify_Test.cpp')
-rw-r--r-- | tests/Reactor_Notify_Test.cpp | 2 |
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 |