summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 13:38:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 13:38:35 +0000
commite3ef39316cc7a3b294a80dff4174209afe8b5f81 (patch)
tree3173584bdeccb67b0b8a87a44f4f9941a8c62db4 /TAO/orbsvcs/ImplRepo_Service
parent39e08efbb1936698edce0bad15da65ed19e1d345 (diff)
downloadATCD-e3ef39316cc7a3b294a80dff4174209afe8b5f81.tar.gz
ChangeLogTag: Mon Jun 20 11:38:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp2
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Forwarder.h3
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc2
3 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp b/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
index 5c55b1630af..652fa297438 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp
@@ -18,8 +18,8 @@
#include "tao/Object_KeyC.h"
#include "tao/ORB_Constants.h"
-#include "tao/PI_Server/PI_Server.h"
#include "tao/PortableServer/POA_Current_Impl.h"
+#include "tao/PI_Server/POA_Current.h"
/**
* This constructor takes in orb and ImR_Locator_i pointers to store for later
diff --git a/TAO/orbsvcs/ImplRepo_Service/Forwarder.h b/TAO/orbsvcs/ImplRepo_Service/Forwarder.h
index 7ab53c376ff..ddb0183e4fb 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Forwarder.h
+++ b/TAO/orbsvcs/ImplRepo_Service/Forwarder.h
@@ -17,7 +17,8 @@
#include "tao/PortableServer/PortableServer.h"
#include "tao/PortableServer/ServantLocatorC.h"
-#include "tao/PortableServer/PS_CurrentC.h"
+
+#include "tao/PI_Server/PI_Server.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
index 5231a4c382f..523e98a77a8 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
+++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
@@ -92,7 +92,7 @@ project(ImR_Locator) : orbsvcslib, core, minimum_corba, iortable, portableserver
}
}
-project(ImR_Locator_Service) : orbsvcsexe, core, minimum_corba, iortable, messaging, acexml ,svc_utils, imr_client {
+project(ImR_Locator_Service) : orbsvcsexe, core, minimum_corba, iortable, messaging, acexml ,svc_utils, pi_server, imr_client {
exename = ImplRepo_Service
after += ImR_Locator ImR_Activator_IDL ImR_Locator_IDL
libs += TAO_ImR_Locator TAO_ImR_Activator_IDL TAO_ImR_Locator_IDL