summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/server.h')
-rw-r--r--TAO/examples/Quoter/server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/server.h b/TAO/examples/Quoter/server.h
index 26a0540be88..ab76de4495f 100644
--- a/TAO/examples/Quoter/server.h
+++ b/TAO/examples/Quoter/server.h
@@ -55,14 +55,14 @@ public:
int init (int argc, char *argv[] ACE_ENV_ARG_DECL);
// Initialize the Quoter_Server state - parsing arguments and ...
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
// Run the server.
private:
int parse_args (void);
// Parses the commandline arguments.
- int init_naming_service (ACE_ENV_SINGLE_ARG_DECL);
+ int init_naming_service (void);
// Initializes the name server and registers cubit factory with the
// name server.