summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Port_Activator_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/Port_Activator_T.cpp')
-rw-r--r--TAO/CIAO/ciao/Port_Activator_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/CIAO/ciao/Port_Activator_T.cpp b/TAO/CIAO/ciao/Port_Activator_T.cpp
index 6881ffc73e5..8b84e931f56 100644
--- a/TAO/CIAO/ciao/Port_Activator_T.cpp
+++ b/TAO/CIAO/ciao/Port_Activator_T.cpp
@@ -64,7 +64,7 @@ namespace CIAO
this->t_ == Port_Activator::Facet)
{
CORBA::Object_var tmp =
- this->comp_serv_->get_facet_executor (this->name_.in ());
+ this->comp_serv_->get_facet_executor (this->name_);
this->executor_ = EXEC::_narrow (tmp.in ());
}