summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h
index 77caf7696f1..b4fa74ad221 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h
+++ b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.h
@@ -39,10 +39,10 @@ class TAO_AV_Export TAO_AV_Endpoint_Strategy
{
public:
/// Constructor
- TAO_AV_Endpoint_Strategy (void);
+ TAO_AV_Endpoint_Strategy ();
/// Destructor
- virtual ~TAO_AV_Endpoint_Strategy (void);
+ virtual ~TAO_AV_Endpoint_Strategy ();
/// Called by the MMDevice, when it needs to create an A type endpoint
virtual int create_A (AVStreams::StreamEndPoint_A_ptr &stream_endpoint,
@@ -78,15 +78,15 @@ public:
TAO_AV_Endpoint_Process_Strategy (ACE_Process_Options *process_options);
/// Destructor.
- virtual ~TAO_AV_Endpoint_Process_Strategy (void);
+ virtual ~TAO_AV_Endpoint_Process_Strategy ();
/// creates a new child process, and waits on a semaphore
/// until the child process has finished creating the endpoints
- virtual int activate (void);
+ virtual int activate ();
protected:
/// Bind to the naming service
- virtual int bind_to_naming_service (void);
+ virtual int bind_to_naming_service ();
/**
* Get the object reference for the newly created stream
@@ -97,7 +97,7 @@ protected:
/// Get the Vdev object reference for the newly created
/// endpoint
- virtual int get_vdev (void);
+ virtual int get_vdev ();
/// Naming context
CosNaming::NamingContext_var naming_context_;
@@ -127,7 +127,7 @@ public:
TAO_AV_Endpoint_Process_Strategy_A (ACE_Process_Options *process_options);
/// Destructor.
- virtual ~TAO_AV_Endpoint_Process_Strategy_A (void);
+ virtual ~TAO_AV_Endpoint_Process_Strategy_A ();
protected:
/// Creates an "A" type stream endpoint, and a vdev
@@ -135,7 +135,7 @@ protected:
AVStreams::VDev_ptr &vdev);
/// Gets the "A" type stream endpoint from the child process
- virtual int get_stream_endpoint (void);
+ virtual int get_stream_endpoint ();
};
// ----------------------------------------------------------------------
@@ -152,7 +152,7 @@ public:
TAO_AV_Endpoint_Process_Strategy_B (ACE_Process_Options *process_options);
/// Destructor.
- virtual ~TAO_AV_Endpoint_Process_Strategy_B (void);
+ virtual ~TAO_AV_Endpoint_Process_Strategy_B ();
protected:
/// Creates a "B" type stream endpoint, and a vdev