summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h
index 4288e5cc846..1db47f8201c 100644
--- a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h
+++ b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h
@@ -37,10 +37,10 @@ class Connection_Manager
{
public:
/// Constructor
- Connection_Manager (void);
+ Connection_Manager ();
/// Destructor
- ~Connection_Manager (void);
+ ~Connection_Manager ();
/// Initialize this class.
int init (CORBA::ORB_ptr orb);
@@ -59,10 +59,10 @@ public:
AVStreams::MMDevice_ptr receiver);
/// Connect to the sender that we found.
- void connect_to_sender (void);
+ void connect_to_sender ();
/// Destroy all streams.
- void destroy (void);
+ void destroy ();
/// Destroy streams associated with <flowname>.
void destroy (const ACE_CString &flowname);
@@ -97,14 +97,14 @@ public:
EP_Addr;
// Map accessors.
- Receivers &receivers (void);
- Protocol_Objects &protocol_objects (void);
- StreamCtrls &streamctrls (void);
+ Receivers &receivers ();
+ Protocol_Objects &protocol_objects ();
+ StreamCtrls &streamctrls ();
void load_ep_addr (const char* file_name);
protected:
- void find_receivers (void);
+ void find_receivers ();
void add_to_receivers (CosNaming::BindingList &binding_list);