summaryrefslogtreecommitdiff
path: root/ace/System_Time.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-07 08:03:55 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-07 08:03:55 +0000
commit8121220b99826e3ba3f230e7725060de788c00a9 (patch)
treebbf322a3bd9db404423f5ae4f5dc695a4a53fa23 /ace/System_Time.cpp
parent1365a33aee7b1bc80dc0c907e5f8b9aea38b493b (diff)
downloadATCD-8121220b99826e3ba3f230e7725060de788c00a9.tar.gz
ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/System_Time.cpp')
-rw-r--r--ace/System_Time.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/System_Time.cpp b/ace/System_Time.cpp
index 192fe6cdcfb..2feabc3cadb 100644
--- a/ace/System_Time.cpp
+++ b/ace/System_Time.cpp
@@ -23,13 +23,13 @@ ACE_System_Time::ACE_System_Time (const ACE_TCHAR *poolname)
MAXPATHLEN - 17) == -1) // -17 for ace-malloc-XXXXXX
{
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("Temporary path too long, ")
- ACE_TEXT ("defaulting to current directory\n")));
+ ACE_LIB_TEXT ("Temporary path too long, ")
+ ACE_LIB_TEXT ("defaulting to current directory\n")));
this->poolname_[0] = 0;
}
// Add the filename to the end
- ACE_OS::strcat (this->poolname_, ACE_TEXT ("ace-malloc-XXXXXX"));
+ ACE_OS::strcat (this->poolname_, ACE_LIB_TEXT ("ace-malloc-XXXXXX"));
#endif /* ACE_DEFAULT_BACKING_STORE */
}