3 Hello::Hello (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
10 ::Test::Fls_out fstruct
,
11 ::Test::Vls_out vstruct
14 Test::Fls a
= {5, 1.0};
16 vstruct
= new Test::Vls
;
20 Hello::shutdown (void)
22 this->orb_
->shutdown (0);