summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-22 22:36:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-22 22:36:35 +0000
commit23b0a3bd290d907c6855f36be45fc1bb29b33cde (patch)
tree673edd29fdfe2aec22d52fb39ba7565c4f81df50 /examples
parentc6be85c169ec645c001d6f86f002fc100cd8558e (diff)
downloadATCD-23b0a3bd290d907c6855f36be45fc1bb29b33cde.tar.gz
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/Connection/misc/Connection_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Connection/misc/Connection_Handler.cpp b/examples/Connection/misc/Connection_Handler.cpp
index e7934dbb375..a7c1313e123 100644
--- a/examples/Connection/misc/Connection_Handler.cpp
+++ b/examples/Connection/misc/Connection_Handler.cpp
@@ -115,7 +115,7 @@ Connection_Handler::svc (void)
}
// Cancel all pending timeouts.
- ACE_Reactor::instance ()->cancel_timer (this);
+ this->reactor ()->cancel_timer (this);
// Remove ourselves from the Reactor.
this->reactor ()->remove_handler