summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/Server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/Server_i.h')
-rw-r--r--TAO/tests/InterOp-Naming/Server_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/InterOp-Naming/Server_i.h b/TAO/tests/InterOp-Naming/Server_i.h
index 28dd76343ce..d15824c425b 100644
--- a/TAO/tests/InterOp-Naming/Server_i.h
+++ b/TAO/tests/InterOp-Naming/Server_i.h
@@ -37,14 +37,14 @@ public:
// Destructor.
int init (int argc,
- char *argv[],
- CORBA::Environment &env);
+ char *argv[]
+ TAO_ENV_ARG_DECL);
// Initialize the Server state - parsing arguments and waiting.
int add_IOR_to_table (CORBA::String_var ior);
// Add an IOR to the ORB-IOR table.
- int run (CORBA::Environment &env);
+ int run (TAO_ENV_SINGLE_ARG_DECL);
// Run the orb.
protected: