summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-19 18:51:19 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-19 18:51:19 +0000
commitc79dbcba1c3188ed4fc1f10dff96518668a13fa7 (patch)
tree95f8a0b9f3a9fd6caf9aa9f6bda8beaeaba21a3b /TAO/performance-tests
parent42d4e44071c054d317337164e2b4d3fca3ebdaa1 (diff)
downloadATCD-c79dbcba1c3188ed4fc1f10dff96518668a13fa7.tar.gz
ChangeLogTag:Tue Aug 19 18:49:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp1
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp1
-rw-r--r--TAO/performance-tests/RTCorba/Thread_Pool/client.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
index 971444dd810..665fb6380db 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp
@@ -9,6 +9,7 @@
#include "ace/Stats.h"
#include "ace/High_Res_Timer.h"
#include "ace/Sched_Params.h"
+#include "ace/Barrier.h"
ACE_RCSID(Latency, client, "$Id$")
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
index d128bcd1ae9..d342dca0f1a 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
@@ -8,6 +8,7 @@
#include "ace/High_Res_Timer.h"
#include "ace/Sched_Params.h"
#include "tao/RTCORBA/Priority_Mapping_Manager.h"
+#include "ace/Barrier.h"
ACE_RCSID(Latency, client, "$Id$")
diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
index 3054d4bb804..835757b59fa 100644
--- a/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
+++ b/TAO/performance-tests/RTCorba/Thread_Pool/client.cpp
@@ -13,6 +13,7 @@
#include "testC.h"
#include "tests/RTCORBA/common_args.cpp"
#include "tests/RTCORBA/check_supported_priorities.cpp"
+#include "ace/Event.h"
ACE_RCSID(Thread_Pool, client, "$Id$")