diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 15:39:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-24 15:39:09 +0000 |
commit | c801f87e59c00f72bdeb5ce7bd0d276674665bac (patch) | |
tree | 70bff03d1cf156ecf05ee4c5c338d8ce423e64ee /TAO/examples/Logging/Logging_Service_i.h | |
parent | 98c0b37d4714ff774fc3ada8c9ee893c719af714 (diff) | |
download | ATCD-c801f87e59c00f72bdeb5ce7bd0d276674665bac.tar.gz |
Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/Logging/Logging_Service_i.h')
-rw-r--r-- | TAO/examples/Logging/Logging_Service_i.h | 4 |
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. |