summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 23:45:57 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 23:45:57 +0000
commit17a8f250e055135ebb235f706afd221921f6d447 (patch)
tree499803ba880bfb63aca818967b3eefeda0df1275 /TAO/orbsvcs/tests
parent1a3bb217132682c3b293ea013a07f5e96ceddff0 (diff)
downloadATCD-17a8f250e055135ebb235f706afd221921f6d447.tar.gz
ChangeLogTag:Mon Nov 10 23:56:15 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp1
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp
index 3dd3e3b37b6..11ab4d722d1 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp
@@ -2,6 +2,7 @@
#include "Basic.h"
#include "TestC.h"
+#include "ace/OS_NS_stdio.h"
ACE_RCSID (Application_Controlled,
LB_server,
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp
index 4b81a558c68..fef78510c70 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/LB_server.cpp
@@ -3,6 +3,7 @@
#include "Factory.h"
#include "TestC.h"
+#include "ace/OS_NS_stdio.h"
ACE_RCSID (Infrastructure_Controlled,
LB_server,