Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Buffered_Oneways / test_i.cpp
blobe9a575b0587f92d5c982a20c046d8708aa3efa91
1 #include "test_i.h"
4 test_i::test_i (CORBA::ORB_ptr orb)
5 : orb_ (CORBA::ORB::_duplicate (orb))
9 void
10 test_i::method (CORBA::ULong request_number)
12 ACE_DEBUG ((LM_DEBUG,
13 "server: Iteration %d @ %T\n",
14 request_number));
17 void
18 test_i::shutdown ()
20 this->orb_->shutdown (false);