summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.h')
-rw-r--r--TAO/tao/IIOP_Acceptor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Acceptor.h b/TAO/tao/IIOP_Acceptor.h
index 973e61c8678..8f8c1b5d523 100644
--- a/TAO/tao/IIOP_Acceptor.h
+++ b/TAO/tao/IIOP_Acceptor.h
@@ -25,6 +25,8 @@
#include "tao/Pluggable.h"
#include "tao/Connect.h"
+// @@ Fred&Ossama: Could we make this a typedef inside the
+// IIOP_Acceptor class?
typedef ACE_Strategy_Acceptor<TAO_Server_Connection_Handler,
TAO_SOCK_ACCEPTOR>
TAO_IIOP_BASE_ACCEPTOR;
@@ -39,7 +41,7 @@ class TAO_Export TAO_IIOP_Acceptor : public TAO_Acceptor
//
// = DESCRIPTION
// The IIOP-specific bridge class for the concrete acceptor.
- //
+ //
public:
// TAO_IIOP_Acceptor (ACE_INET_Addr &addr);
// Create Acceptor object using addr.