summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_3582/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_3582/client.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3582/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_3582/client.cpp b/TAO/tests/Portable_Interceptors/Bug_3582/client.cpp
index 0e7b81662bb..ffa6087e66d 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3582/client.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_3582/client.cpp
@@ -1,6 +1,7 @@
// -*- C++ -*-
#include "ace/Get_Opt.h"
+#include "ace/OS_NS_unistd.h"
#include "testC.h"
#include "Client_ORBInitializer.h"
#include "tao/ORBInitializer_Registry.h"
@@ -94,7 +95,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
"CLIENT: Request %d handled by object %d.\n",
i,
number));
- sleep (1);
+ ACE_OS::sleep (1);
}
server->shutdown ();