summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/IOR_MCast/server_i.h')
-rw-r--r--TAO/orbsvcs/tests/IOR_MCast/server_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/IOR_MCast/server_i.h b/TAO/orbsvcs/tests/IOR_MCast/server_i.h
index d55765506e6..84aeb82e37e 100644
--- a/TAO/orbsvcs/tests/IOR_MCast/server_i.h
+++ b/TAO/orbsvcs/tests/IOR_MCast/server_i.h
@@ -20,7 +20,7 @@ public:
Server_i (void);
~Server_i (void);
- int init (int &argc, char **&argv);
+ int init (int &argc, ACE_TCHAR **argv);
// Initialize the server multicast.
private:
@@ -30,14 +30,14 @@ private:
int enable_multicast (const char *ior);
/// Parse the command line arguments.
- int parse_args (int argc, char *argv[]);
+ int parse_args (int argc, ACE_TCHAR *argv[]);
private:
int argc_;
// # of arguments on the command line.
- char **argv_;
+ ACE_TCHAR **argv_;
// arguments from command line.
CORBA::ORB_var orb_;