summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp')
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp
index afa7e326bea..0bd674008d4 100644
--- a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp
+++ b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp
@@ -16,12 +16,12 @@
#include "ace/Argv_Type_Converter.h"
#include "ace/OS_main.h"
-Life_Cycle_Service_Server::Life_Cycle_Service_Server (void)
+Life_Cycle_Service_Server::Life_Cycle_Service_Server ()
: debug_level_ (1)
{
}
-Life_Cycle_Service_Server::~Life_Cycle_Service_Server (void)
+Life_Cycle_Service_Server::~Life_Cycle_Service_Server ()
{
try
{
@@ -126,7 +126,7 @@ Life_Cycle_Service_Server::init (int argc,
int
-Life_Cycle_Service_Server::run (void)
+Life_Cycle_Service_Server::run ()
{
if (this->debug_level_ >= 1)
ORBSVCS_DEBUG ((LM_DEBUG,