diff options
Diffstat (limited to 'TAO/tao/Utils')
-rw-r--r-- | TAO/tao/Utils/ORB_Manager.cpp | 4 |
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) { |