summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-client.cpp')
-rw-r--r--ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-client.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-client.cpp b/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-client.cpp
index 35dda19f05e..bfd464b2c1f 100644
--- a/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-client.cpp
+++ b/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-client.cpp
@@ -106,7 +106,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
&optbuf) == -1)
{
if (errno != EWOULDBLOCK)
- ACE_ERROR_RETURN ((LM_ERROR,
+ ACE_ERROR_RETURN ((LM_ERROR,
"%p\n",
"connection failed"),
1);
@@ -121,14 +121,14 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
if (con.complete (cli_stream,
&remote_addr,
&tv) == -1)
- ACE_ERROR_RETURN ((LM_ERROR,
+ ACE_ERROR_RETURN ((LM_ERROR,
"%p\n",
"connection failed"),
1);
else
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"connected to %s\n",
- remote_addr.addr_to_string ()));
+ remote_addr.addr_to_string ()));
}
// Send data to server (correctly handles "incomplete writes").
@@ -156,7 +156,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
int ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_ERROR_RETURN ((LM_ERROR,
- "your platform isn't configured to support XTI/ATM\n"),
+ "your platform isn't configured to support XTI/ATM\n"),
1);
}
#endif /* ACE_HAS_TLI */