summaryrefslogtreecommitdiff
path: root/tao/ORB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/ORB.cpp')
-rw-r--r--tao/ORB.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tao/ORB.cpp b/tao/ORB.cpp
index 17378dc0b6c..32d13823e9c 100644
--- a/tao/ORB.cpp
+++ b/tao/ORB.cpp
@@ -1385,6 +1385,11 @@ CORBA::ORB_init (int &argc, ACE_TCHAR *argv[], const char *orbid)
return CORBA::ORB::_duplicate (oc->orb ());
}
+CORBA::ORB_ptr
+CORBA::ORB_init (int &argc, ACE_TCHAR *argv[], std::string orbid)
+{
+ return ORB_init (argc, argv, orbid.c_str ());
+}
// ****************************************************************
// Object reference stringification.