10 Test_i::invoke_me ( /* */)
13 "(%P|%t) Test method invoked.\n"));
17 Test_i::shutdown (void)
20 "Server is shutting down.\n"));
22 if (!CORBA::is_nil (this->orb_
.in ()))
23 this->orb_
->shutdown (0);
27 Test_i::orb (CORBA::ORB_ptr orb
)
29 this->orb_
= CORBA::ORB::_duplicate (orb
);