summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp')
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
index 3d0a3128e24..00f1bab03a1 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp
@@ -98,7 +98,7 @@ public:
RTCORBA::RTORB_ptr rt_orb,
CORBA::PolicyManager_ptr policy_manager);
- void vanilla_invocations (void);
+ void vanilla_invocations ();
void priority_invocations (int debug);
@@ -106,9 +106,9 @@ public:
void set_priority_bands (int debug);
- void set_private_connection_policies (void);
+ void set_private_connection_policies ();
- void reset_policies (void);
+ void reset_policies ();
private:
@@ -128,9 +128,9 @@ public:
RTCORBA::Current_ptr current,
CORBA::Short priority);
- int svc (void);
+ int svc ();
- void validate_connection (void);
+ void validate_connection ();
private:
Client client_;
@@ -153,7 +153,7 @@ Worker_Thread::Worker_Thread (ACE_Thread_Manager &thread_manager,
}
void
-Worker_Thread::validate_connection (void)
+Worker_Thread::validate_connection ()
{
// Try to validate the connection several times, ignoring transient
// exceptions. If the connection can still not be setup, return
@@ -187,7 +187,7 @@ Worker_Thread::validate_connection (void)
}
int
-Worker_Thread::svc (void)
+Worker_Thread::svc ()
{
try
{
@@ -218,7 +218,7 @@ Client::Client (test_ptr test,
}
void
-Client::vanilla_invocations (void)
+Client::vanilla_invocations ()
{
for (int i = 0; i < iterations; i++)
{
@@ -339,7 +339,7 @@ Client::set_priority_bands (int debug)
}
void
-Client::set_private_connection_policies (void)
+Client::set_private_connection_policies ()
{
CORBA::PolicyList policies;
policies.length (1);
@@ -352,7 +352,7 @@ Client::set_private_connection_policies (void)
}
void
-Client::reset_policies (void)
+Client::reset_policies ()
{
CORBA::PolicyList empty_policies;
@@ -366,7 +366,7 @@ public:
Task (ACE_Thread_Manager &thread_manager,
CORBA::ORB_ptr orb);
- int svc (void);
+ int svc ();
CORBA::ORB_var orb_;
};
@@ -379,7 +379,7 @@ Task::Task (ACE_Thread_Manager &thread_manager,
}
int
-Task::svc (void)
+Task::svc ()
{
try
{