summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-10 23:55:18 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-10 23:55:18 +0000
commit324c7f30507ce7d125015dc8f708feb1f0db0338 (patch)
treea7556c33923a8f0deca17392d3664b52abde8732
parent5bf8bbf22c160643089c2ffdeeb66c700011762a (diff)
downloadATCD-324c7f30507ce7d125015dc8f708feb1f0db0338.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc2
-rw-r--r--TAO/CIAO/DAnCE/ciao/Container_Impl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
index 901c2cf18a9..a5c4e05c619 100644
--- a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
+++ b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
@@ -5,7 +5,7 @@ project(Plan_Launcher): ciao_deployment_stub, naming, xerces, taoexe {
exename = plan_launcher
requires += exceptions
after += Config_Handlers ExecutionManager_stub NodeDaemon_stub
- libs += Config_Handlers
+ libs += XSC_Config_Handlers
libs += ExecutionManager_stub
after += Config_Handlers
diff --git a/TAO/CIAO/DAnCE/ciao/Container_Impl.cpp b/TAO/CIAO/DAnCE/ciao/Container_Impl.cpp
index a6bfc9d6dbe..a7b47c9a18f 100644
--- a/TAO/CIAO/DAnCE/ciao/Container_Impl.cpp
+++ b/TAO/CIAO/DAnCE/ciao/Container_Impl.cpp
@@ -34,7 +34,7 @@ CIAO::Container_Impl::init (const ::Deployment::Properties &properties
// more kinds of container implementations.
ACE_NEW_THROW_EX (this->container_,
- CIAO::Swapping_Container (this->orb_.in (), this),
+ CIAO::Session_Container (this->orb_.in (), this),
CORBA::INTERNAL ());
ACE_CHECK_RETURN (-1);