diff options
Diffstat (limited to 'ACE/ace/Svc_Handler.h')
-rw-r--r-- | ACE/ace/Svc_Handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Svc_Handler.h b/ACE/ace/Svc_Handler.h index 6e44ad2aefc..0327dd5b9a0 100644 --- a/ACE/ace/Svc_Handler.h +++ b/ACE/ace/Svc_Handler.h @@ -280,7 +280,6 @@ template <typename PEER_STREAM, typename SYNCH_TRAITS> class ACE_Buffered_Svc_Handler : public ACE_Svc_Handler<PEER_STREAM, SYNCH_TRAITS> { public: - // = Initialization and termination methods. /** * Constructor initializes the @a thr_mgr and @a mq by passing them * down to the ACE_Task base class. The @a reactor is passed to |