summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/Connection_Handler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp
index a4fa69db00d..d0f9cebefcb 100644
--- a/TAO/tao/Connection_Handler.cpp
+++ b/TAO/tao/Connection_Handler.cpp
@@ -231,8 +231,7 @@ TAO_Connection_Handler::handle_input_eh (ACE_HANDLE h, ACE_Event_Handler *eh)
&suspend_delay));
// Using the heap to create the timeout handler, since we do not know
- // which handle we will have to try to resume. The destructor, called from
- // handle_close() will self delete (destruct)
+ // which handle we will have to try to resume.
TAO_Resume_Handle_Deferred* prhd = 0;
ACE_NEW_RETURN (prhd,
TAO_Resume_Handle_Deferred (this->orb_core_, eh),