diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-22 22:36:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-22 22:36:35 +0000 |
commit | 23b0a3bd290d907c6855f36be45fc1bb29b33cde (patch) | |
tree | 673edd29fdfe2aec22d52fb39ba7565c4f81df50 /examples | |
parent | c6be85c169ec645c001d6f86f002fc100cd8558e (diff) | |
download | ATCD-23b0a3bd290d907c6855f36be45fc1bb29b33cde.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Connection/misc/Connection_Handler.cpp | 2 |
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 |