3 test_i::test_i (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
9 test_i::send_stuff (const char* string
)
11 ACE_DEBUG ((LM_DEBUG
, "TAO (%P|%t) - %s\n", string
));
15 test_i::shutdown (void)
18 "(%P|%t) About to invoke shudown...\n"));
19 this->orb_
->shutdown (0);