summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-10-25 17:35:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-10-25 17:35:36 +0000
commit4aeea06a49fbe5eb755c2fbb5432db08589881d3 (patch)
tree767e7f0b577ce9239e47fee95bbcecad893c6800
parent5e1d38557acf30fa79b68294d95aaefa288b7a03 (diff)
downloadATCD-4aeea06a49fbe5eb755c2fbb5432db08589881d3.tar.gz
ChangeLogTag:Wed Oct 25 18:31:47 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/examples/C++NPv1/Reactive_Logging_Server.h1
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp1
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp1
4 files changed, 10 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f73f8c703ed..647792fc19c 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Wed Oct 25 18:31:47 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
+
+ * examples/C++NPv1/Reactive_Logging_Server.h:
+ * examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp:
+
+ Include "ace/Basic_Types.h" to pull in intptr_t typedef.
+
Wed Oct 25 15:05:42 UTC 2006 Steve Huston <shuston@riverace.com>
* ace/OS_NS_stdlib.inl (atop): s/intptr/intptr_t/ in ACE_WIN64 case.
diff --git a/ACE/examples/C++NPv1/Reactive_Logging_Server.h b/ACE/examples/C++NPv1/Reactive_Logging_Server.h
index 4afb9de3bd1..e7558a16e34 100644
--- a/ACE/examples/C++NPv1/Reactive_Logging_Server.h
+++ b/ACE/examples/C++NPv1/Reactive_Logging_Server.h
@@ -12,6 +12,7 @@
#include "ace/SOCK_Stream.h"
#include "ace/Log_Record.h"
#include "ace/Handle_Set.h"
+#include "ace/Basic_Types.h"
#include "ace/os_include/os_fcntl.h"
#include "Iterative_Logging_Server.h"
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp
index e5d2ade5cd8..ed24bd697bb 100644
--- a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp
@@ -14,6 +14,7 @@
#include "ace/Singleton.h"
#include "ace/Get_Opt.h"
#include "ace/High_Res_Timer.h"
+#include "ace/Basic_Types.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_main.h"
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp
index 4748f135c32..f299bc36a36 100644
--- a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp
@@ -9,6 +9,7 @@
#include "ace/Thread_Manager.h"
#include "ace/Handle_Set.h"
#include "ace/Profile_Timer.h"
+#include "ace/Basic_Types.h"
#include "ace/OS_NS_sys_select.h"
#include "ace/OS_main.h"