summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Concurrency
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 09:28:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 09:28:39 +0000
commit7cd9ac3770820ee9cef70cfbeace6d7eec8ae396 (patch)
treef79f2810219a86836b612049676285922b0f983d /TAO/orbsvcs/tests/Concurrency
parent0b12331fa7974fe65ec16e8ccaa10f8a2616203b (diff)
downloadATCD-7cd9ac3770820ee9cef70cfbeace6d7eec8ae396.tar.gz
ChangeLogTag: Mon Jun 14 09:27:12 2004 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Concurrency')
-rw-r--r--TAO/orbsvcs/tests/Concurrency/CC_client.cpp1
-rw-r--r--TAO/orbsvcs/tests/Concurrency/CC_command.cpp5
2 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Concurrency/CC_client.cpp b/TAO/orbsvcs/tests/Concurrency/CC_client.cpp
index be7b7f2ea18..93760c93800 100644
--- a/TAO/orbsvcs/tests/Concurrency/CC_client.cpp
+++ b/TAO/orbsvcs/tests/Concurrency/CC_client.cpp
@@ -27,6 +27,7 @@
#include "ace/OS_NS_unistd.h"
#include "ace/os_include/os_ctype.h"
#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_fcntl.h"
ACE_RCSID(Concurrency, CC_client, "$Id$")
diff --git a/TAO/orbsvcs/tests/Concurrency/CC_command.cpp b/TAO/orbsvcs/tests/Concurrency/CC_command.cpp
index d1f5cc64d3c..e502874a740 100644
--- a/TAO/orbsvcs/tests/Concurrency/CC_command.cpp
+++ b/TAO/orbsvcs/tests/Concurrency/CC_command.cpp
@@ -22,9 +22,10 @@
#include "ace/Process.h"
#include "orbsvcs/orbsvcs/CosConcurrencyControlC.h"
#include "ace/OS_NS_stdio.h"
+#include "ace/OS_NS_unistd.h"
-ACE_RCSID (Concurrency,
- CC_command,
+ACE_RCSID (Concurrency,
+ CC_command,
"$Id$")
CC_Command::~CC_Command(void)