summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Servant_Impl_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/Servant_Impl_Base.cpp')
-rw-r--r--TAO/CIAO/ciao/Servant_Impl_Base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/ciao/Servant_Impl_Base.cpp b/TAO/CIAO/ciao/Servant_Impl_Base.cpp
index 4dff1298c16..2e28cbefc05 100644
--- a/TAO/CIAO/ciao/Servant_Impl_Base.cpp
+++ b/TAO/CIAO/ciao/Servant_Impl_Base.cpp
@@ -238,7 +238,7 @@ namespace CIAO
for (CORBA::ULong i = 0; i < len; ++i)
{
- tmp = this->lookup_facet_description (names[i].in ());
+ tmp = this->lookup_facet_description (names[i]);
if (0 == tmp)
{
@@ -356,7 +356,7 @@ namespace CIAO
for (CORBA::ULong i = 0; i < len; ++i)
{
- tmp = this->lookup_consumer_description (names[i].in ());
+ tmp = this->lookup_consumer_description (names[i]);
if (0 == tmp)
{