summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-06-16 21:19:11 +0000
committerSteve Huston <shuston@riverace.com>2004-06-16 21:19:11 +0000
commitb3f00b43ff4d4aa9322acafd8d4f9b47b997747a (patch)
tree59c4251014e13d0975ee2457c05650e9405d5bfb
parent5037e94d73a4ef22150679183eb7d0bbcae24533 (diff)
downloadATCD-b3f00b43ff4d4aa9322acafd8d4f9b47b997747a.tar.gz
ChangeLogTag:Wed Jun 16 16:51:52 2004 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog3
-rw-r--r--examples/C++NPv2/AC_Client_Logging_Daemon.cpp1
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp1
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-client.cpp1
4 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16646725285..ebb569030c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Wed Jun 16 16:51:52 2004 Steve Huston <shuston@riverace.com>
* ace/SSL/SSL_SOCK_Acceptor.cpp:
* ace/SSL/SSL_SOCK_Connector.cpp:
+ * examples/C++NPv2/AC_Client_Logging_Daemon.cpp:
+ * examples/IPC_SAP/SSL_SAP/SSL-client.cpp:
+ * examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp:
* tests/SOCK_Test_IPv6.cpp:
* tests/SOCK_Send_Recv_Test_IPV6.cpp:
* tests/Proactor_Test_IPV6.cpp: Added missing #include directives
diff --git a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
index 5692350f74c..731e737462f 100644
--- a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
+++ b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
@@ -4,6 +4,7 @@
** Copyright 2002 Addison Wesley. All Rights Reserved.
*/
+#include "ace/OS_NS_sys_socket.h"
#include "ace/OS_NS_sys_time.h"
#include "ace/Acceptor.h"
#include "ace/Connector.h"
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp b/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp
index dc3ceb89b0d..fb83f31308c 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp
+++ b/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp
@@ -7,6 +7,7 @@
// for the same types of data.
#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_unistd.h"
#include "ace/INET_Addr.h"
#include "ace/Log_Msg.h"
#include "ace/Singleton.h"
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client.cpp b/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
index 57fe940a9d4..5301c03ccff 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
+++ b/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
@@ -7,6 +7,7 @@
// for the same types of data.
#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_unistd.h"
#include "ace/INET_Addr.h"
#include "ace/Thread_Manager.h"
#include "ace/Singleton.h"