summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:45:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:45:15 +0000
commite5ab8811afb4ff8576666ef5d98c1a8b6d63b46b (patch)
tree1a22b01eccb03c2b61d4773493bbc66feb7c2ce2 /TAO/tao/Utils
parent6317d31a7e124f594d24c6f2745bb825b82cb5f9 (diff)
downloadATCD-e5ab8811afb4ff8576666ef5d98c1a8b6d63b46b.tar.gz
Mon Sep 29 07:44:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Utils')
-rw-r--r--TAO/tao/Utils/ORB_Manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Utils/ORB_Manager.cpp b/TAO/tao/Utils/ORB_Manager.cpp
index 4ab7af28e56..aec156c98eb 100644
--- a/TAO/tao/Utils/ORB_Manager.cpp
+++ b/TAO/tao/Utils/ORB_Manager.cpp
@@ -41,7 +41,7 @@ TAO_ORB_Manager::TAO_ORB_Manager (CORBA::ORB_ptr orb,
int
TAO_ORB_Manager::init (int &argc,
- char **argv,
+ ACE_TCHAR **argv,
const char *orb_name)
{
if (CORBA::is_nil (this->orb_.in ()))
@@ -76,7 +76,7 @@ TAO_ORB_Manager::init (int &argc,
#if !defined (CORBA_E_MICRO)
int
TAO_ORB_Manager::init_child_poa (int& argc,
- char **argv,
+ ACE_TCHAR **argv,
const char *poa_name,
const char *orb_name)
{