4 Test_i::instance_count_
= 0;
6 Test_i::Test_i (PortableServer::POA_ptr poa
)
7 : poa_ (PortableServer::POA::_duplicate (poa
))
9 Test_i::instance_count_
++;
13 Test_i::instance_count ()
15 return Test_i::instance_count_
;
21 PortableServer::POA_var poa
=
22 this->_default_POA ();
23 PortableServer::ObjectId_var oid
=
24 poa
->servant_to_id (this);
25 poa
->deactivate_object (oid
.in ());
28 PortableServer::POA_ptr
29 Test_i::_default_POA ()
31 return PortableServer::POA::_duplicate (this->poa_
.in ());