summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
index 5ab71be6c18..a34a07843f8 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
@@ -129,15 +129,15 @@ public:
/// The Service_Object entry points.
//@{
virtual int init (int argc, ACE_TCHAR* argv[]);
- virtual int fini (void);
+ virtual int fini ();
//@}
/// Helper function to register the Gateway into the service
/// configurator.
- static int init_svcs (void);
+ static int init_svcs ();
/// Constructor.
- TAO_ECG_Mcast_Gateway (void);
+ TAO_ECG_Mcast_Gateway ();
/// Values for some configuration parameters to init ().
//@{
@@ -182,7 +182,7 @@ public:
*/
struct TAO_RTEvent_Serv_Export Attributes
{
- Attributes (void);
+ Attributes ();
Address_Server_Type address_server_type;
Handler_Type handler_type;
@@ -227,13 +227,13 @@ private:
RtecEventChannelAdmin::EventChannel_ptr ec);
/// Verifies configuration values specified through init() make sense.
- int validate_configuration (void);
+ int validate_configuration ();
//@}
/// Allocate and initialize appropriate objects.
//@{
PortableServer::ServantBase *
- init_address_server (void);
+ init_address_server ();
PortableServer::Servant_var<TAO_ECG_UDP_Sender>
init_sender (RtecEventChannelAdmin::EventChannel_ptr ec,
@@ -245,7 +245,7 @@ private:
RtecUDPAdmin::AddrServer_ptr address_server,
TAO_ECG_Refcounted_Endpoint endpoint_rptr);
- TAO_ECG_Refcounted_Endpoint init_endpoint (void);
+ TAO_ECG_Refcounted_Endpoint init_endpoint ();
TAO_ECG_Refcounted_Handler
init_handler (TAO_ECG_Dgram_Handler *recv,