summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 19:48:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-06 19:48:42 +0000
commita8f7cd8a16d54b568e9ec269919ef872ad0f67f4 (patch)
tree2240cd2e6847ad48595f35652eb0c5316c59a906
parent2d594e7fa21629f8b9e69578ab0c5bdae0bb893b (diff)
downloadATCD-a8f7cd8a16d54b568e9ec269919ef872ad0f67f4.tar.gz
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp
index 6e3bd4780d3..32d2676a033 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp
@@ -87,7 +87,7 @@ TAO_Trading_Loader::init (int argc, ACE_TCHAR *argv[])
// Initialize the ORB Manager
this->orb_manager_.init (command_line.get_argc(),
- command_line.get_ASCII_argv());
+ command_line.get_TCHAR_argv());
CORBA::ORB_var orb =
this->orb_manager_.orb ();