CORBA 2.6.1 Programmer's Reference

{
if (_uses_which_ref_type() == Uses_NSDOM_ref_count)
{
CORBA::Object::_duplicate( this->_this_reference() );
} else
this->_add_ref();
}
void
NSDOM_ServantBase::_remove_nsd_ref()
{
if (_uses_which_ref_type() == Uses_NSDOM_ref_count)
{
CORBA::release( this->_this_reference() );
} else
this->_remove_ref();
}
The PortableServer::_default_POA should duplicate the _poa object reference before
returning it to a caller, but this does not work in NonStop CORBA.
DelegationBased Interface Implementation (1.37.7)
The POA_T_tie::_default_POA operation should return a _duplicate of the default POA
interface as its POA_ptr return value, but this does not work in NonStop CORBA.
Chapter 2. Interoperability and
Interworking
Chapter 4. Java Language Mapping