2 #include "ace/OS_NS_string.h"
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 CORBA::AbstractBase_ptr
8 CORBA::AbstractBase::_duplicate (CORBA::AbstractBase_ptr obj)
19 CORBA::AbstractBase_ptr
20 CORBA::AbstractBase::_nil ()
25 ACE_INLINE CORBA::AbstractBase_ptr
26 CORBA::AbstractBase::_narrow (CORBA::AbstractBase_ptr obj)
28 return CORBA::AbstractBase::_duplicate (obj);
33 CORBA::AbstractBase::_is_objref () const
35 return this->is_objref_;
40 CORBA::AbstractBase::_stubobj () const
44 if (!CORBA::is_nil (this->equivalent_obj_.in ()))
46 return this->equivalent_obj_->_stubobj ();
54 CORBA::AbstractBase::_is_collocated () const
56 return this->is_collocated_;
60 TAO_Abstract_ServantBase *
61 CORBA::AbstractBase::_servant () const
63 return this->servant_;
68 CORBA::AbstractBase::equivalent_objref ()
70 return this->equivalent_obj_.in ();
74 CORBA::AbstractBase::_decr_refcount ()
79 TAO_END_VERSIONED_NAMESPACE_DECL