summaryrefslogtreecommitdiff
path: root/CIAO/ciao/ComponentServer/CIAO_Container_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/ComponentServer/CIAO_Container_Impl.cpp')
-rw-r--r--CIAO/ciao/ComponentServer/CIAO_Container_Impl.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/CIAO/ciao/ComponentServer/CIAO_Container_Impl.cpp b/CIAO/ciao/ComponentServer/CIAO_Container_Impl.cpp
index 25284cc0d55..379ca801bd0 100644
--- a/CIAO/ciao/ComponentServer/CIAO_Container_Impl.cpp
+++ b/CIAO/ciao/ComponentServer/CIAO_Container_Impl.cpp
@@ -474,6 +474,8 @@ namespace CIAO
const char * user_port)
{
CIAO_TRACE ("CIAO_Container_i::connect_local_facet");
+ this->container_->connect_local_facet (provider, provider_port, user, user_port);
+
}
void CIAO_Container_i::disconnect_local_facet (::Components::CCMObject_ptr provider,
@@ -482,7 +484,7 @@ namespace CIAO
const char * user_port)
{
CIAO_TRACE ("CIAO_Container_i::connect_local_facet");
-
+ this->container_->disconnect_local_facet (provider, provider_port, user, user_port);
}
}
}