summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/CIAO_Container_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/FTComponentServer/CIAO_Container_Impl.cpp')
-rw-r--r--CIAO/ciao/FTComponentServer/CIAO_Container_Impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/ciao/FTComponentServer/CIAO_Container_Impl.cpp b/CIAO/ciao/FTComponentServer/CIAO_Container_Impl.cpp
index 4d2b4e760eb..270e2faca0c 100644
--- a/CIAO/ciao/FTComponentServer/CIAO_Container_Impl.cpp
+++ b/CIAO/ciao/FTComponentServer/CIAO_Container_Impl.cpp
@@ -39,13 +39,13 @@ namespace CIAO
if (this->static_entrypts_maps_ == 0)
{
CIAO_DEBUG((LM_DEBUG, CLINFO "CIAO_Container_i: creating Session container with dynamic linkage\n"));
- this->container_ = new CIAO::Session_Container (this->orb_.in (), this, false,
+ this->container_ = new CIAO::FT_Session_Container (this->orb_.in (), this, false,
0, name, policies);
}
else
{
CIAO_DEBUG((LM_DEBUG, CLINFO "CIAO_Container_i: creating Session container with static linkage\n"));
- this->container_ = new CIAO::Session_Container (this->orb_.in (), this, true,
+ this->container_ = new CIAO::FT_Session_Container (this->orb_.in (), this, true,
this->static_entrypts_maps_,
name, policies);
}