/* -*- C++ -*- */ // $Id$ template ACE_INLINE CORBA::ULong CIAO::Object_Set::size (void) const { return this->size_; } template ACE_INLINE CORBA::ULong CIAO::Object_Set::capacity (void) const { return this->capacity_; } template ACE_INLINE T_var & CIAO::Object_Set::at (CORBA::ULong index) { return this->buffer_[index]; }