summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Timeouts
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 07:04:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 07:04:09 +0000
commit5ebd70d3041e54c73197dcc6a9a6a84afa4be2c0 (patch)
treed25dc86ff4bc8da0be0ab96f115e1cb09c6bbce0 /TAO/tests/AMI_Timeouts
parentd5abf1d67bd62aa2ea7b47a32e2092e44d662117 (diff)
downloadATCD-5ebd70d3041e54c73197dcc6a9a6a84afa4be2c0.tar.gz
ChangeLogTag: Mon Jun 14 06:57:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/AMI_Timeouts')
-rw-r--r--TAO/tests/AMI_Timeouts/timeout_client.cpp1
-rw-r--r--TAO/tests/AMI_Timeouts/timeout_i.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/AMI_Timeouts/timeout_client.cpp b/TAO/tests/AMI_Timeouts/timeout_client.cpp
index 8d9e8541e7c..6b19f47ee68 100644
--- a/TAO/tests/AMI_Timeouts/timeout_client.cpp
+++ b/TAO/tests/AMI_Timeouts/timeout_client.cpp
@@ -14,6 +14,7 @@
#include "timeout_client.h"
#include "tao/Messaging/Messaging.h"
#include "tao/PolicyC.h"
+#include "ace/OS_NS_unistd.h"
TimeoutClient::TimeoutClient (CORBA::ORB_ptr orb,
TimeoutObj_ptr timeoutObject,
diff --git a/TAO/tests/AMI_Timeouts/timeout_i.cpp b/TAO/tests/AMI_Timeouts/timeout_i.cpp
index d15659f9208..f7812908404 100644
--- a/TAO/tests/AMI_Timeouts/timeout_i.cpp
+++ b/TAO/tests/AMI_Timeouts/timeout_i.cpp
@@ -17,7 +17,7 @@
// ============================================================================
#include "timeout_i.h"
-
+#include "ace/OS_NS_unistd.h"
Timeout_i::Timeout_i (CORBA::ORB_ptr orb)
{