Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2316_Regression / Test_impl.cpp
blobeeac4b4a56be6a5ae4dc77d7705e221a75436323
1 #include "Test_impl.h"
3 void Server_impl::shutdown ()
5 this->orb_->shutdown (false);
8 Server_impl::Server_impl (CORBA::ORB_ptr orb)
9 : orb_ (CORBA::ORB::_duplicate (orb))
13 void Server_impl::method (CORBA::Object_ptr)