summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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