From 3ac4626fae18864dbe5afd34ebc0b9eea6cc051c Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 30 May 2002 05:20:49 +0000 Subject: Wed May 29 22:20:19 2002 Ossama Othman --- ace/Svc_Handler.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'ace/Svc_Handler.h') diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h index cf3e84c3760..56a107212ab 100644 --- a/ace/Svc_Handler.h +++ b/ace/Svc_Handler.h @@ -1,4 +1,4 @@ -/* -*- C++ -*- */ +// -*- C++ -*- //============================================================================= /** @@ -6,13 +6,14 @@ * * $Id$ * - * @author Douglas Schmidt and - * Irfan Pyrarli + * @author Douglas Schmidt + * @author Irfan Pyarali */ //============================================================================= #ifndef ACE_SVC_HANDLER_H #define ACE_SVC_HANDLER_H + #include "ace/pre.h" // Forward decls. @@ -48,7 +49,11 @@ template class ACE_Svc_Handler : public ACE_Task { public: - // = Initialization and termination methods. + + // Useful STL-style traits. + typedef ACE_PEER_STREAM_ADDR addr_type; + typedef ACE_PEER_STREAM stream_type; + /** * Constructor initializes the and by passing them * down to the base class. The is passed to @@ -324,4 +329,5 @@ protected: #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #include "ace/post.h" + #endif /* ACE_SVC_HANDLER_H */ -- cgit v1.2.1