3 Roundtrip::Roundtrip (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
9 Roundtrip::test_method (
10 Test::AMH_RoundtripResponseHandler_ptr _tao_rh
,
11 Test::Timestamp send_time
)
13 //ACE_DEBUG ((LM_DEBUG, "Test_Method called\n"));
14 _tao_rh
->test_method (send_time
);
15 //ACE_DEBUG ((LM_DEBUG, "RH completed\n"));
20 Test::AMH_RoundtripResponseHandler_ptr _tao_rh
)
23 this->orb_
->shutdown (false);