summaryrefslogtreecommitdiff
path: root/ace/Registry.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
commit1102a0f805847957baba72893155a88e5d9b4b85 (patch)
tree1f4fb52dc5e816fdcb99eae71f2629220fbe1140 /ace/Registry.cpp
parentbc5099237eda25e6ccd0a0a3328695a310e117c2 (diff)
downloadATCD-1102a0f805847957baba72893155a88e5d9b4b85.tar.gz
Replaced __TEXT with ACE_TEXT
Diffstat (limited to 'ace/Registry.cpp')
-rw-r--r--ace/Registry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Registry.cpp b/ace/Registry.cpp
index 70744c16d2e..0b605b9195e 100644
--- a/ace/Registry.cpp
+++ b/ace/Registry.cpp
@@ -24,7 +24,7 @@ ACE_RCSID(ace, Registry, "$Id$")
// Separator for components in a name
/* static */
-LPCTSTR ACE_Registry::STRING_SEPARATOR = __TEXT ("\\");
+LPCTSTR ACE_Registry::STRING_SEPARATOR = ACE_TEXT ("\\");
int
ACE_Registry::Name_Component::operator== (const Name_Component &rhs)
@@ -1078,7 +1078,7 @@ ACE_Predefined_Naming_Contexts::connect (ACE_Registry::Naming_Context &naming_co
{
long result = -1;
- if (machine_name != 0 && ACE_OS::strcmp (__TEXT ("localhost"), machine_name) == 0)
+ if (machine_name != 0 && ACE_OS::strcmp (ACE_TEXT ("localhost"), machine_name) == 0)
machine_name = 0;
if (predefined == HKEY_LOCAL_MACHINE || predefined == HKEY_USERS)