summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h')
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h
index 36be03ed34d..2104309ecee 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h
@@ -40,27 +40,26 @@ class Event_Logging_Service
virtual ~Event_Logging_Service (void);
// Destructor.
- int init (int argc, char *argv[] ACE_ENV_ARG_DECL);
+ int init (int argc, char *argv[]);
// Initializes the Telecom Log Service.
// Returns 0 on success, -1 on error.
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
// Run the Telecom Log Service.
// Returns 0 on success, -1 on error.
- void shutdown (ACE_ENV_SINGLE_ARG_DECL);
+ void shutdown (void);
// Shutdown the Telecom Log Service.
// Returns 0 on success, -1 on error.
protected:
- void init_ORB (int& argc, char *argv []
- ACE_ENV_ARG_DECL);
+ void init_ORB (int& argc, char *argv []);
// initialize the ORB.
int parse_args (int argc, char *argv []);
// Parses the command line arguments.
- void resolve_naming_service (ACE_ENV_SINGLE_ARG_DECL);
+ void resolve_naming_service (void);
// Resolve the naming service.
int svc ();