// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE CORBA::ExceptionList::ExceptionList (void) : refcount_ (1) { } ACE_INLINE CORBA::ULong CORBA::ExceptionList::count (void) { return (CORBA::ULong) this->tc_list_.size (); } ACE_INLINE CORBA::ExceptionList_ptr CORBA::ExceptionList::_nil (void) { return static_cast(0); } ACE_INLINE CORBA::ExceptionList_ptr CORBA::ExceptionList::_duplicate (CORBA::ExceptionList_ptr x) { if (x != 0) { x->_incr_refcount (); } return x; } TAO_END_VERSIONED_NAMESPACE_DECL