summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Notifier_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Notifier_Server.h')
-rw-r--r--TAO/examples/Event_Comm/Notifier_Server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/Notifier_Server.h b/TAO/examples/Event_Comm/Notifier_Server.h
index d4014e23bb6..8f09294582d 100644
--- a/TAO/examples/Event_Comm/Notifier_Server.h
+++ b/TAO/examples/Event_Comm/Notifier_Server.h
@@ -35,10 +35,10 @@ public:
~Notifier_Server (void);
// Destructor.
- int init (int argc, char *argv[], CORBA::Environment &env);
+ int init (int argc, char *argv[] TAO_ENV_ARG_DECL);
// Initialize the Server state.
- int run (CORBA::Environment &env);
+ int run (TAO_ENV_SINGLE_ARG_DECL);
// Run the orb.
int close (void);
@@ -48,7 +48,7 @@ public:
// Reactor accessor.
private:
- int init_naming_service (CORBA::Environment &env);
+ int init_naming_service (TAO_ENV_SINGLE_ARG_DECL);
// Initialises the name server and registers the Notifier server
// object name with the name server.