diff options
Diffstat (limited to 'ace/MEM_Addr.cpp')
-rw-r--r-- | ace/MEM_Addr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/MEM_Addr.cpp b/ace/MEM_Addr.cpp index 685eb402428..952834b9d61 100644 --- a/ace/MEM_Addr.cpp +++ b/ace/MEM_Addr.cpp @@ -57,7 +57,7 @@ ACE_MEM_Addr::initialize_local (u_short port_number) return -1; this->external_.set (port_number, name); - this->internal_.set (port_number, ACE_TEXT ("localhost")); + this->internal_.set (port_number, ACE_LIB_TEXT ("localhost")); return 0; } |