3 Sender_i::Sender_i (CORBA::ORB_ptr orb
,
5 : orb_ (CORBA::ORB::_duplicate (orb
)),
11 Sender_i::~Sender_i ()
16 Sender_i::active_objects (CORBA::Short no_threads
19 this->active_objects_
= no_threads
;
24 Sender_i::send_ready_message (Test::Receiver_ptr receiver
)
27 "Received a call ...\n"));
30 "Calling the Receiver ..\n"));
32 for (CORBA::ULong i
= 0;
36 receiver
->receive_call ();
50 "(%P|%t) About to invoke shutdown...\n"));
51 this->orb_
->shutdown (false);