summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PolicyC.i')
-rw-r--r--TAO/tao/PolicyC.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PolicyC.i b/TAO/tao/PolicyC.i
index 9a845dbec38..e7eac539a4d 100644
--- a/TAO/tao/PolicyC.i
+++ b/TAO/tao/PolicyC.i
@@ -301,7 +301,7 @@ CORBA_PolicyList_var::operator CORBA_PolicyList &() const// cast
return *this->ptr_;
}
-ACE_INLINE TAO_Object_Manager <CORBA_Policy,CORBA_Policy_var >
+ACE_INLINE TAO_Object_Manager <CORBA_Policy >
CORBA_PolicyList_var::operator[] (CORBA::ULong slot)
{
return this->ptr_->operator[] (slot);
@@ -398,7 +398,7 @@ CORBA_PolicyList_out::operator-> (void)
return this->ptr_;
}
-ACE_INLINE TAO_Object_Manager <CORBA_Policy,CORBA_Policy_var >
+ACE_INLINE TAO_Object_Manager <CORBA_Policy >
CORBA_PolicyList_out::operator[] (CORBA::ULong slot)
{
return this->ptr_->operator[] (slot);