summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorlabancap <labancap@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-06 20:56:55 +0000
committerlabancap <labancap@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-06 20:56:55 +0000
commit5ce2db722e3b2bcfd22d053e87868c166a5d34f7 (patch)
tree628271729c3b051ab27c7077da5746415bec5c23 /TAO/orbsvcs/ImplRepo_Service
parenta02f3a5accaa9d3a53954d30ffe9a534fd77ee9a (diff)
downloadATCD-5ce2db722e3b2bcfd22d053e87868c166a5d34f7.tar.gz
Scoreboard cleanup for wchar compatibility.
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp b/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp
index 2837ef12135..5fb4fe0bfc1 100644
--- a/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp
@@ -817,7 +817,7 @@ TAO_IMR_Op_IOR::run (void)
ACE_CString ior (imr_str.in ());
// Add the key
- const char jacorb[] = ACE_TEXT_ALWAYS_CHAR ("JACORB:");
+ const char jacorb[] = "JACORB:";
const char *posjacorb = ACE_OS::strstr (server_name_.c_str (), jacorb);
if (posjacorb)
{