summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-02-22 04:59:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-02-22 04:59:14 +0000
commitdf8176bb989b9090a2eea71db9effcd8796b7b98 (patch)
tree98e03e54651f9eb7b552521171bdd960b120d770
parent9f824da92fe0d9a0a75df08855d2a7f92f3a21d1 (diff)
downloadATCD-df8176bb989b9090a2eea71db9effcd8796b7b98.tar.gz
ChangeLogTag:Wed Feb 22 04:57:42 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/tests/NonBlocking_Conn_Test.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 4947dcf23fa..4178d39d7dd 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 22 04:57:42 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
+
+ * tests/NonBlocking_Conn_Test.cpp (test_connect):
+
+ Fixed syntax error. s/sizeof ACE_TCHAR/sizeof (ACE_TCHAR)/.
+
Wed Feb 21 21:46:18 UTC 2007 Steve Huston <shuston@riverace.com>
* ace/config-pharlap.h:
diff --git a/ACE/tests/NonBlocking_Conn_Test.cpp b/ACE/tests/NonBlocking_Conn_Test.cpp
index 1c428fbc9e2..80e25c63cfb 100644
--- a/ACE/tests/NonBlocking_Conn_Test.cpp
+++ b/ACE/tests/NonBlocking_Conn_Test.cpp
@@ -135,7 +135,7 @@ test_connect (ACE_Reactor &reactor,
{
ACE_TCHAR buffer[1024];
addresses[i].addr_to_string (buffer,
- sizeof buffer / sizeof ACE_TCHAR,
+ sizeof buffer / sizeof (ACE_TCHAR),
1);
ACE_DEBUG ((LM_DEBUG,