summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-05 03:59:59 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-05 03:59:59 +0000
commitee0150b398208792c837cb104e585abb8c39e608 (patch)
treead04d9ba494b256b41907e014b5c2a52343fdec6 /TAO/orbsvcs/tests
parentee9da143ed2d66fff49b162f2942afcb3be50c05 (diff)
downloadATCD-ee0150b398208792c837cb104e585abb8c39e608.tar.gz
ChangeLogTag:Wed Nov 5 04:08:36 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Concurrency/lex.CC_command.cpp3
-rw-r--r--TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp1
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.h1
3 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Concurrency/lex.CC_command.cpp b/TAO/orbsvcs/tests/Concurrency/lex.CC_command.cpp
index d9664be7a00..d301a466f67 100644
--- a/TAO/orbsvcs/tests/Concurrency/lex.CC_command.cpp
+++ b/TAO/orbsvcs/tests/Concurrency/lex.CC_command.cpp
@@ -9,8 +9,7 @@
#define ACE_CC_YY_FLEX_MAJOR_VERSION 2
#define ACE_CC_YY_FLEX_MINOR_VERSION 5
-#include "ace/OS.h"
-#include "ace/OS.h"
+#include "ace/OS_NS_string.h"
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
diff --git a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
index 5ada5a69f3b..fef83dba081 100644
--- a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
+++ b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
@@ -15,6 +15,7 @@
#include "ace/Auto_Ptr.h"
#include "ace/Sched_Params.h"
#include "ace/Read_Buffer.h"
+#include "ace/OS_NS_sys_time.h"
#if !defined (__ACE_INLINE__)
#include "EC_Mcast.i"
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.h b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.h
index cf728437d4f..ead0fe0230e 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.h
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.h
@@ -7,6 +7,7 @@
#include "Factory_Map.h"
#include "orbsvcs/orbsvcs/PortableGroupS.h"
+#include "ace/Null_Mutex.h"
#if defined (_MSC_VER)
# if (_MSC_VER >= 1200)