summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit1273754aeeb0c93f83ac20b3a7da8427532f7cd8 (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Svc_Handler.h
parent85fac9e743dbd47560deefe99a1c638e8551a614 (diff)
downloadATCD-1273754aeeb0c93f83ac20b3a7da8427532f7cd8.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index e038e7f0d52..bf5709125f8 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -29,6 +29,7 @@ class ACE_Connection_Recycling_Strategy;
template <ACE_PEER_STREAM_1, ACE_SYNCH_DECL>
class ACE_Svc_Handler : public ACE_Task<ACE_SYNCH_USE>
+{
// = TITLE
// Defines the interface for a service that exchanges data with
// its connected peer.
@@ -43,7 +44,6 @@ class ACE_Svc_Handler : public ACE_Task<ACE_SYNCH_USE>
// ACE_Connector when a connection is established successfully.
// This endpoint is used to exchange data between a
// ACE_Svc_Handler and the peer it is connected with.
-{
public:
// = Initialization and termination methods.
ACE_Svc_Handler (ACE_Thread_Manager * = 0,