summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-11-04 12:29:40 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-11-04 12:29:40 +0000
commit5df86a40767b96d9365568d9068e0d159c9dc75b (patch)
tree71a56d0754d2f00f829696ea12eaf06f9323b0ae
parent5bbcab2f6588672bf2b92888b641f7581ce426d5 (diff)
downloadATCD-5df86a40767b96d9365568d9068e0d159c9dc75b.tar.gz
ChangeLogTag: Thu Nov 4 06:28:34 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-client.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64a8b42582f..2f1a686a220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 4 06:28:34 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * examples/IPC_SAP/SSL_SAP/SSL-client.cpp:
+
+ Added another cast that I missed on my Wed Nov 3 07:13:19 2004
+ check-in.
+
Wed Nov 3 10:02:25 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/tao_orb_tests.lst:
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client.cpp b/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
index adb684d3cfc..6539de3b500 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
+++ b/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
@@ -336,7 +336,7 @@ Options::twoway_client_test (void *)
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) %p\n"),
ACE_TEXT ("recv")));
- result = -1;
+ result = size_t (-1);
break;
}