summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-13 18:45:50 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-13 18:45:50 +0000
commit6b08561a50f47ad3caf8a5f1a82e3e06ba255114 (patch)
tree535d90658917dd6a9e3b06523c5186a4d90e8677 /examples
parent82f714c94b804884cf1e20cb67faee14afaafb15 (diff)
downloadATCD-6b08561a50f47ad3caf8a5f1a82e3e06ba255114.tar.gz
ChangeLogTag:Thu Nov 13 18:39:15 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/C++NPv2/AC_Client_Logging_Daemon.cpp1
-rw-r--r--examples/C++NPv2/AIO_Client_Logging_Daemon.cpp1
-rw-r--r--examples/C++NPv2/TPC_Logging_Server.cpp1
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-client.h2
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-server.cpp1
-rw-r--r--examples/OS/Process/process.cpp1
-rw-r--r--examples/QOS/Diffserv/diffserv_test.cpp1
7 files changed, 7 insertions, 1 deletions
diff --git a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
index fabb0d44777..66753bc3f9c 100644
--- a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
+++ b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
@@ -19,6 +19,7 @@
#include "ace/SOCK_Connector.h"
#include "ace/SOCK_Stream.h"
#include "ace/Thread_Manager.h"
+#include "ace/os_include/os_netdb.h"
#include "Logging_Handler.h"
#include "AC_CLD_export.h"
#include <openssl/ssl.h>
diff --git a/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp b/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp
index ef10511dabf..d10e22b2c3e 100644
--- a/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp
+++ b/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp
@@ -19,6 +19,7 @@
#include "ace/Task.h"
#include "ace/Thread_Manager.h"
#include "ace/Unbounded_Set.h"
+#include "ace/os_include/os_netdb.h"
#include "AIO_CLD_export.h"
#include <openssl/ssl.h>
diff --git a/examples/C++NPv2/TPC_Logging_Server.cpp b/examples/C++NPv2/TPC_Logging_Server.cpp
index c01a4c54459..ff78bff99ed 100644
--- a/examples/C++NPv2/TPC_Logging_Server.cpp
+++ b/examples/C++NPv2/TPC_Logging_Server.cpp
@@ -8,6 +8,7 @@
#include "ace/FILE_Addr.h"
#include "ace/FILE_Connector.h"
+#include "ace/os_include/os_netdb.h"
#include "Reactor_Logging_Server_Adapter.h"
#include "TPC_Logging_Server.h"
#include "TPCLS_export.h"
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client.h b/examples/IPC_SAP/SSL_SAP/SSL-client.h
index 728e2e4a88e..3cdf36bdfc0 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-client.h
+++ b/examples/IPC_SAP/SSL_SAP/SSL-client.h
@@ -8,7 +8,7 @@
#define __ACE_SSL_CLIENT_H
#include "ace/BArrier.h"
-#include "Time_Value.h"
+#include "ace/Time_Value.h"
#include "ace/SSL/SSL_SOCK_Stream.h"
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-server.cpp b/examples/IPC_SAP/SSL_SAP/SSL-server.cpp
index b0ab5be2bc9..f3ae93a1ba5 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-server.cpp
+++ b/examples/IPC_SAP/SSL_SAP/SSL-server.cpp
@@ -8,6 +8,7 @@
#include "ace/Thread_Manager.h"
#include "ace/Handle_Set.h"
#include "ace/Profile_Timer.h"
+#include "ace/OS_NS_select.h"
#include "ace/SSL/SSL_SOCK_Acceptor.h"
diff --git a/examples/OS/Process/process.cpp b/examples/OS/Process/process.cpp
index 577bd1af62a..ae7769d64a1 100644
--- a/examples/OS/Process/process.cpp
+++ b/examples/OS/Process/process.cpp
@@ -21,6 +21,7 @@
#include "ace/Get_Opt.h"
#include "ace/Process.h"
#include "ace/Log_Msg.h"
+#include "ace/OS_NS_stdio.h"
ACE_RCSID(Process, process, "$Id$")
diff --git a/examples/QOS/Diffserv/diffserv_test.cpp b/examples/QOS/Diffserv/diffserv_test.cpp
index ac3acc2ed8f..a390d6b4ce1 100644
--- a/examples/QOS/Diffserv/diffserv_test.cpp
+++ b/examples/QOS/Diffserv/diffserv_test.cpp
@@ -13,6 +13,7 @@
#include "ace/Log_Msg.h"
#include "ace/SOCK_CODgram.h"
#include "ace/INET_Addr.h"
+#include "ace/OS_NS_string.h"
#define IPDSFIELD_DSCP_DEFAULT 0x00
#define IPDSFIELD_DSCP_CS1 0x08