summaryrefslogtreecommitdiff
path: root/tao/Utils/ORB_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Utils/ORB_Manager.cpp')
-rw-r--r--tao/Utils/ORB_Manager.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tao/Utils/ORB_Manager.cpp b/tao/Utils/ORB_Manager.cpp
index aba6b9ff4ee..cb44d3f9b1f 100644
--- a/tao/Utils/ORB_Manager.cpp
+++ b/tao/Utils/ORB_Manager.cpp
@@ -73,6 +73,14 @@ TAO_ORB_Manager::init (int &argc,
return 0;
}
+int
+TAO_ORB_Manager::init (int &argc,
+ ACE_TCHAR *argv[],
+ std::string orb_name)
+{
+ return this->init (argc, argv, orb_name.c_str ());
+}
+
#if !defined (CORBA_E_MICRO)
int
TAO_ORB_Manager::init_child_poa (int& argc,