3 Test_impl::Test_impl (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
10 reflect_node (BaseNode
* bn
)
14 reflect_node (bn
->left ());
15 reflect_node (bn
->right ());
17 BaseNode
*old_right
= bn
->right ();
18 BaseNode
*old_left
= bn
->left ();
20 CORBA::add_ref (old_right
);
21 CORBA::add_ref (old_left
);
28 Test_impl::reflect (TreeController
* tc
)
32 reflect_node (tc
-> root());
39 Test_impl::shutdown ()
41 this->orb_
->shutdown (false);