summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp')
-rw-r--r--TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp b/TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp
index 7f9e82ff06b..50a842d3f74 100644
--- a/TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp
+++ b/TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp
@@ -19,7 +19,7 @@ FactoryDriver::~FactoryDriver (void)
}
int
-FactoryDriver::parse_args (int argc, ACE_TCHAR *argv[])
+FactoryDriver::parse_args (int argc, char *argv[])
{
ACE_Get_Arg_Opt<char> get_opts (argc, argv, "dr:");
int c = 0;
@@ -50,7 +50,7 @@ FactoryDriver::parse_args (int argc, ACE_TCHAR *argv[])
}
int
-FactoryDriver::start (int argc, ACE_TCHAR *argv[])
+FactoryDriver::start (int argc, char *argv[])
{
ACE_DECLARE_NEW_CORBA_ENV;
ACE_TRY