summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp')
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp b/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp
index 1c48b4508ad..cb83d318cb1 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp
+++ b/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp
@@ -123,7 +123,7 @@ string normalizePath(const string& dir, char delim, bool toLower)
return string(buffer);
}
-TestServer::TestServer(CORBA::ORB_ptr orb, int argc, ACE_TCHAR* argv[])
+TestServer::TestServer(CORBA::ORB_ptr orb, int argc, char* argv[])
: serverID_(1)
, serverInstanceID_(-1)
, useIORTable_(false)
@@ -162,7 +162,7 @@ TestServer::~TestServer()
// TestServer::parseCommands
// Reads params from command line
//
-int TestServer::parseCommands(int argc, ACE_TCHAR* argv[])
+int TestServer::parseCommands(int argc, char* argv[])
{
ACE_Get_Arg_Opt<char> get_opts(argc, argv, "w:e:d:t:o:s:c:a:r:p:n:x:z:q:b:");
int c;