diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-05 03:59:59 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-05 03:59:59 +0000 |
commit | ee0150b398208792c837cb104e585abb8c39e608 (patch) | |
tree | ad04d9ba494b256b41907e014b5c2a52343fdec6 /TAO/orbsvcs/tests | |
parent | ee9da143ed2d66fff49b162f2942afcb3be50c05 (diff) | |
download | ATCD-ee0150b398208792c837cb104e585abb8c39e608.tar.gz |
ChangeLogTag:Wed Nov 5 04:08:36 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests')
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) |