CORBA 2.6 Programmer's Guide for C++
Manuals
Brands
HP Manuals
Server
HP NonStop G-Series
111
112
113
114
115
116
117
118
119
120
void
NSDOM_ServantBase::_remove_nsd_ref()
{
if (_uses_which_ref_type() == Uses_NSDOM_ref_count)
{
CORBA::release( this->_this_reference() );
} else
this->_remove_ref();
}
Appendix B. Object References
Index
1
...
...
110
111
112
113
114
...
...
136