summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h')
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h
index ad41e40c92f..8255eb62173 100644
--- a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h
+++ b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h
@@ -31,17 +31,17 @@ class Life_Cycle_Service_Server
{
public:
/// Default constructor
- Life_Cycle_Service_Server (void);
+ Life_Cycle_Service_Server ();
/// Destructor
- ~Life_Cycle_Service_Server (void);
+ ~Life_Cycle_Service_Server ();
/// Initialize the Server state - parsing arguments and ...
int init (int argc,
ACE_TCHAR *argv[]);
/// Run the orb.
- int run (void);
+ int run ();
/// Parse the passed parameters.
u_int parse_args (int argc,