summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h')
-rw-r--r--TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h b/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
index 6602be6a96e..46ca60befd4 100644
--- a/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
+++ b/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
@@ -21,10 +21,10 @@ class ior_mcast_Client_i
ior_mcast_Client_i (void);
~ior_mcast_Client_i (void);
- int run (ACE_ENV_SINGLE_ARG_DECL);
+ int run (void);
// Execute the client example code.
- int init (int& argc, char *argv[] ACE_ENV_ARG_DECL);
+ int init (int& argc, char *argv[]);
// Initialize the client communication endpoint with the server.
private: