summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-20 23:44:43 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-20 23:44:43 +0000
commitdfebbe855b2fa7a9abd8e5ffe993055ad51421eb (patch)
tree3d9603f1afcea4f4bf3e43646e2fba4fc6acea89
parent68d45d5ac5573177d99d8db5c269fbc4ea17e070 (diff)
downloadATCD-dfebbe855b2fa7a9abd8e5ffe993055ad51421eb.tar.gz
Fixed typos.
-rw-r--r--ace/Parse_Node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Parse_Node.cpp b/ace/Parse_Node.cpp
index 7a2b9b32a15..841f13da081 100644
--- a/ace/Parse_Node.cpp
+++ b/ace/Parse_Node.cpp
@@ -270,7 +270,7 @@ ACE_Static_Node::record (void) const
ACE_Service_Type *sr;
if (ACE_Service_Repository::instance()->find
- (ACE_WIDE_STRING (this->name ()), (const ACE_Service_Type **) &sr) == -1)
+ (ASYS_WIDE_STRING (this->name ()), (const ACE_Service_Type **) &sr) == -1)
return 0;
else
return sr;
@@ -375,7 +375,7 @@ ACE_Location_Node::open_handle (void)
// Transform the pathname into the appropriate dynamic link library
// by searching the ACE_LD_SEARCH_PATH.
- ACE::ldfind (ACE_WIDE_STRING (this->pathname ()),
+ ACE::ldfind (ASYS_WIDE_STRING (this->pathname ()),
dl_pathname,
(sizeof dl_pathname / sizeof (ASYS_TCHAR)));