summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Logging_Service_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Logging/Logging_Service_i.h')
-rw-r--r--TAO/examples/Logging/Logging_Service_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Logging/Logging_Service_i.h b/TAO/examples/Logging/Logging_Service_i.h
index 6cf6f8546ac..a9b5dac5bc7 100644
--- a/TAO/examples/Logging/Logging_Service_i.h
+++ b/TAO/examples/Logging/Logging_Service_i.h
@@ -61,7 +61,7 @@ public:
ACE_ENV_ARG_DECL);
// Initialize the Logger_Server state - parsing arguments and ...
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
// Run the ORB.
Logger_ptr make_logger (const char *name
@@ -73,7 +73,7 @@ private:
int parse_args (void);
// Parses the commandline arguments.
- int init_naming_service (ACE_ENV_SINGLE_ARG_DECL);
+ int init_naming_service (void);
// Initialises the name server and registers logger_factory with the
// name server.