summaryrefslogtreecommitdiff
path: root/tests/SOCK_Send_Recv_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-02 17:21:08 +0000
committerSteve Huston <shuston@riverace.com>1999-07-02 17:21:08 +0000
commit40135a57bef5a03a41d432a7682a88d4bb29773b (patch)
treec45884bcb13ac494686c67eb06636e8d4991c955 /tests/SOCK_Send_Recv_Test.cpp
parent3fefa0e139238711b1c79dbc84394fa2ed4e97c1 (diff)
downloadATCD-40135a57bef5a03a41d432a7682a88d4bb29773b.tar.gz
Fixed settings for PharLap ETS
Diffstat (limited to 'tests/SOCK_Send_Recv_Test.cpp')
-rw-r--r--tests/SOCK_Send_Recv_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SOCK_Send_Recv_Test.cpp b/tests/SOCK_Send_Recv_Test.cpp
index b458f56528a..a8f19e8e673 100644
--- a/tests/SOCK_Send_Recv_Test.cpp
+++ b/tests/SOCK_Send_Recv_Test.cpp
@@ -47,7 +47,7 @@ client (void *arg)
{
ACE_INET_Addr * remote_addr = (ACE_INET_Addr *) arg;
ACE_INET_Addr server_addr (remote_addr->get_port_number (),
- ASYS_TEXT ("localhost"));
+ ACE_LOCALHOST);
ACE_SOCK_Stream cli_stream;
ACE_SOCK_Connector con;
ACE_Time_Value timeout (ACE_DEFAULT_TIMEOUT);