summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Acceptor.h')
-rw-r--r--TAO/tao/Strategies/SCIOP_Acceptor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Acceptor.h b/TAO/tao/Strategies/SCIOP_Acceptor.h
index 6bf3e96aeca..4c53f4dfcbe 100644
--- a/TAO/tao/Strategies/SCIOP_Acceptor.h
+++ b/TAO/tao/Strategies/SCIOP_Acceptor.h
@@ -46,17 +46,17 @@ class TAO_Strategies_Export TAO_SCIOP_Acceptor : public TAO_Acceptor
{
public:
/// Constructor.
- TAO_SCIOP_Acceptor (void);
+ TAO_SCIOP_Acceptor ();
/// Destructor.
- ~TAO_SCIOP_Acceptor (void);
+ ~TAO_SCIOP_Acceptor ();
/// @@ Helper method for the implementation repository, should go
/// away
const ACE_INET_Addr& address () const;
/// Returns the array of endpoints in this acceptor
- const ACE_INET_Addr *endpoints (void);
+ const ACE_INET_Addr *endpoints ();
typedef TAO_Strategy_Acceptor<TAO_SCIOP_Connection_Handler, ACE_SOCK_SEQPACK_ACCEPTOR> TAO_SCIOP_BASE_ACCEPTOR;
typedef TAO_Creation_Strategy<TAO_SCIOP_Connection_Handler> TAO_SCIOP_CREATION_STRATEGY;
@@ -78,12 +78,12 @@ public:
int version_major,
int version_minor,
const char *options = 0);
- virtual int close (void);
+ virtual int close ();
virtual int create_profile (const TAO::ObjectKey &object_key,
TAO_MProfile &mprofile,
CORBA::Short priority);
virtual int is_collocated (const TAO_Endpoint *endpoint);
- virtual CORBA::ULong endpoint_count (void);
+ virtual CORBA::ULong endpoint_count ();
virtual int object_key (IOP::TaggedProfile &profile,
TAO::ObjectKey &key);
@@ -146,7 +146,7 @@ protected:
/// Obtain tcp properties that must be used by this acceptor, i.e.,
/// initialize <tcp_properties_>.
- int init_tcp_properties (void);
+ int init_tcp_properties ();
/// Helper method to add a new profile to the mprofile for
/// each endpoint.