diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-22 12:15:22 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-22 12:15:22 +0000 |
commit | b5910718da4d347179402e50195325054cef5bff (patch) | |
tree | 0532b63275ec16176b7315e9ebade454f0704657 /TAO/tao/Connection_Handler.cpp | |
parent | 370d1e574164d4f68e3d8af7e75b48c0853d20d2 (diff) | |
download | ATCD-b5910718da4d347179402e50195325054cef5bff.tar.gz |
Fri Apr 22 12:14:18 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Connection_Handler.cpp:
* tao/Resume_Handle_Deferred.h:
* tao/Resume_Handle_Deferred.cpp:
Notify a specific event handler
* tao/Resume_Handle_Deferred.inl:
Removed this file, virtual methods may not be inline
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r-- | TAO/tao/Connection_Handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp index 9e7c703eae1..b5886317320 100644 --- a/TAO/tao/Connection_Handler.cpp +++ b/TAO/tao/Connection_Handler.cpp @@ -236,7 +236,7 @@ TAO_Connection_Handler::handle_input_eh (ACE_HANDLE h, ACE_Event_Handler *eh) TAO_Resume_Handle_Deferred* prhd = 0; ACE_NEW_RETURN (prhd, TAO_Resume_Handle_Deferred (this->orb_core_, - eh->get_handle()), + eh), -1); this->orb_core_->reactor()->schedule_timer (prhd, 0, suspend_delay); |