3 Hello::Hello (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
11 Test::ObjectSeq_var my_seq
= new Test::ObjectSeq (1);
14 (*my_seq
)[0] = CORBA::Object::_duplicate (CORBA::Object::_nil ());
15 return my_seq
._retn ();
21 this->orb_
->shutdown (false);