summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Loading/Server_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/On_Demand_Loading/Server_Manager.h')
-rw-r--r--TAO/tests/POA/On_Demand_Loading/Server_Manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/POA/On_Demand_Loading/Server_Manager.h b/TAO/tests/POA/On_Demand_Loading/Server_Manager.h
index da3c669f680..3d0500d647c 100644
--- a/TAO/tests/POA/On_Demand_Loading/Server_Manager.h
+++ b/TAO/tests/POA/On_Demand_Loading/Server_Manager.h
@@ -30,10 +30,10 @@ class Server_i
{
public:
/// Initialisation.
- Server_i (void);
+ Server_i ();
/// Destruction.
- ~Server_i (void);
+ ~Server_i ();
/// Initialisation of the ORB and poa.
int init (int argc, ACE_TCHAR **argv);
@@ -55,7 +55,7 @@ public:
int create_locator (PortableServer::POA_var second_poa);
/// The server is executed.
- int run (void);
+ int run ();
private:
/// Parses the input arguments.