summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-05-15 02:52:42 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-05-15 02:52:42 +0000
commitf5c1db0d487ccf3251437a0de7eabd260a0196d5 (patch)
treebb769a3f5da01fa4245f49baeceff12a3c69d00e
parent8b3a94ead70f2b3ff38e80373749cdb2015a820a (diff)
downloadATCD-f5c1db0d487ccf3251437a0de7eabd260a0196d5.tar.gz
ChangeLog tag: Mon May 15 02:50:56 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tests/AMI_Buffering/client.cpp1
-rw-r--r--TAO/tests/Oneway_Buffering/client.cpp1
3 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9f34d26a140..de737e2a294 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Mon May 15 02:50:56 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tests/AMI_Buffering/client.cpp:
+ * tests/Oneway_Buffering/client.cpp:
+
+ Add the header for defining sleep for the platforms that don't
+ happen to get it indirectly.
+
Sun May 14 13:32:33 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
* tests/AMI_Buffering/client.cpp:
diff --git a/TAO/tests/AMI_Buffering/client.cpp b/TAO/tests/AMI_Buffering/client.cpp
index a20b41fad5e..28514a1f7c8 100644
--- a/TAO/tests/AMI_Buffering/client.cpp
+++ b/TAO/tests/AMI_Buffering/client.cpp
@@ -7,6 +7,7 @@
#include "tao/AnyTypeCode/TAOA.h"
#include "tao/AnyTypeCode/Any.h"
#include "ace/Get_Opt.h"
+#include "ace/OS_NS_unistd.h"
ACE_RCSID(AMI_Buffering, client, "$Id$")
diff --git a/TAO/tests/Oneway_Buffering/client.cpp b/TAO/tests/Oneway_Buffering/client.cpp
index 8179055ccd1..a0ab26bed3e 100644
--- a/TAO/tests/Oneway_Buffering/client.cpp
+++ b/TAO/tests/Oneway_Buffering/client.cpp
@@ -7,6 +7,7 @@
#include "tao/AnyTypeCode/TAOA.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_sys_time.h"
+#include "ace/OS_NS_unistd.h"
ACE_RCSID(Oneway_Buffering, client, "$Id$")