summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Simple_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/OBV/Simple_util.h')
-rw-r--r--TAO/examples/OBV/Simple_util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/OBV/Simple_util.h b/TAO/examples/OBV/Simple_util.h
index d5f6e17fad1..d7216d4b449 100644
--- a/TAO/examples/OBV/Simple_util.h
+++ b/TAO/examples/OBV/Simple_util.h
@@ -51,8 +51,8 @@ public:
int init (const char *servant_name,
int argc,
- char *argv[],
- CORBA::Environment &env);
+ char *argv[]
+ TAO_ENV_ARG_DECL);
// Initialize the Server state - parsing arguments and waiting.
// interface_name is the name used to register the Servant.
@@ -60,7 +60,7 @@ public:
// After calling <init>, this method will register the server with
// the TAO Naming Service using the servant_name passed to <init>.
- int run (CORBA::Environment &env);
+ int run (TAO_ENV_SINGLE_ARG_DECL);
// Run the orb.
protected:
@@ -121,7 +121,7 @@ public:
void shutdown (int);
// Fills in the shutdwon flag.
- int obtain_initial_references (CORBA::Environment &);
+ int obtain_initial_references (TAO_ENV_SINGLE_ARG_DECL);
// Initialize naming service
protected: