diff options
author | bala <balanatarajan@users.noreply.github.com> | 1999-06-10 03:20:31 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 1999-06-10 03:20:31 +0000 |
commit | 8984ecced7ebbe2f7c30463490d288e84bbe7739 (patch) | |
tree | 18ffc111fd222530d7cc76b6c039c3994b5c8f04 /TAO/tao/PolicyC.i | |
parent | 7c4eb91d4aff3777732287378776987aaa344f31 (diff) | |
download | ATCD-8984ecced7ebbe2f7c30463490d288e84bbe7739.tar.gz |
Added an operator= in TAO_Object_Manager. The resulting changes of this.
Diffstat (limited to 'TAO/tao/PolicyC.i')
-rw-r--r-- | TAO/tao/PolicyC.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PolicyC.i b/TAO/tao/PolicyC.i index e7eac539a4d..9a845dbec38 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 > +ACE_INLINE TAO_Object_Manager <CORBA_Policy,CORBA_Policy_var > 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 > +ACE_INLINE TAO_Object_Manager <CORBA_Policy,CORBA_Policy_var > CORBA_PolicyList_out::operator[] (CORBA::ULong slot) { return this->ptr_->operator[] (slot); |