summaryrefslogtreecommitdiff
path: root/ace/Module.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-27 22:35:51 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-27 22:35:51 +0000
commit5a8fcb117d05ba23fbf9d5a30d2d74595ad5ce72 (patch)
treeb0681352ab817b230d82e82b4fd2b251abf8fa6a /ace/Module.cpp
parentd8c5123169fe64bc0ca498681daae9314f2b1ed9 (diff)
downloadATCD-5a8fcb117d05ba23fbf9d5a30d2d74595ad5ce72.tar.gz
ChangeLogTag:Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Module.cpp')
-rw-r--r--ace/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Module.cpp b/ace/Module.cpp
index caba448b72b..634070305aa 100644
--- a/ace/Module.cpp
+++ b/ace/Module.cpp
@@ -160,7 +160,7 @@ ACE_Module<ACE_SYNCH_USE>::ACE_Module (void)
: flags_ (0)
{
ACE_TRACE ("ACE_Module<ACE_SYNCH_USE>::ACE_Module");
- this->name ("<unknown>");
+ this->name (ACE_TEXT ("<unknown>"));
// Do nothing...
this->q_pair_[0] = 0;
this->q_pair_[1] = 0;