1 #include "Reply_Handler.h"
3 Reply_Handler::Reply_Handler (CORBA::ORB_ptr o
)
4 : orb_ (CORBA::ORB::_duplicate (o
))
9 Reply_Handler::next_prime (CORBA::ULong
)
15 Reply_Handler::next_prime_excep (
16 ::Messaging::ExceptionHolder
*ex
)
21 ex
->raise_exception ();
23 catch (const CORBA::COMM_FAILURE
& )
25 /*ACE_DEBUG ((LM_DEBUG,
26 "Callback method <next_prime_excep> called:\n"));
29 ACE_Time_Value
tv (10, 0);
32 this->orb_
->shutdown (0);
34 catch (const CORBA::Exception
& ex
)
36 ex
._tao_print_exception ("Caught exception:");