summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 10:52:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 10:52:05 +0000
commit4bfdea0d8a71920a3e74a8711ef0f8d1dfced3af (patch)
treeaa47dbf10ee24675b3a149d044674d6f94533899 /TAO/orbsvcs/tests/ImplRepo
parent8f20084314034c57f41d452d2c032f9dd3471e21 (diff)
downloadATCD-4bfdea0d8a71920a3e74a8711ef0f8d1dfced3af.tar.gz
ChangeLogTag: Mon Jun 20 10:46:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/scale/scaletest.mpc2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/scale/scaletest.mpc b/TAO/orbsvcs/tests/ImplRepo/scale/scaletest.mpc
index e48c599e972..9bfa04029b5 100644
--- a/TAO/orbsvcs/tests/ImplRepo/scale/scaletest.mpc
+++ b/TAO/orbsvcs/tests/ImplRepo/scale/scaletest.mpc
@@ -1,5 +1,5 @@
// $Id$
-project(*server) : portableserver, orbsvcsexe, minimum_corba, iortable, imr_client {
+project(*server) : portableserver, orbsvcsexe, minimum_corba, iortable, pi_server, imr_client {
IDL_Files {
test.idl
}
diff --git a/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp b/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp
index cf8deee844e..b8028055ac3 100644
--- a/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp
@@ -3,7 +3,7 @@
#include "server_i.h"
#include "tao/IORTable/IORTable.h"
-#include "tao/PortableServer/PS_CurrentC.h"
+#include "tao/PI_Server/PI_Server.h"
#include "tao/PortableServer/Root_POA.h"
#include "tao/ImR_Client/ImR_Client.h"