summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-21 10:05:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-21 10:05:16 +0000
commitae571829a811ac4022016fba5daa538ce335ea72 (patch)
tree1bda57beef4135b65937625bc847b724bdd8e049 /TAO/tao/ORB.cpp
parent13b36eab4597e2aed80d8b42cb3163434f4cfb82 (diff)
downloadATCD-ae571829a811ac4022016fba5daa538ce335ea72.tar.gz
Sat Sep 19 10:04:29 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 106186495e7..9c56698e4ef 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -1539,6 +1539,14 @@ CORBA::ORB::string_to_object (const char *str)
return this->url_ior_string_to_object (str);
}
+#if defined (ACE_USES_WCHAR)
+CORBA::Object_ptr
+CORBA::ORB::string_to_object (const wchar_t *str)
+{
+ return this->string_to_object (ACE_TEXT_ALWAYS_CHAR (str));
+}
+#endif
+
// ****************************************************************
char *