Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / ORT / ORT_test_i.cpp
blob49fb852d92145e3b10a9c8751deb8c8e804a26e2
1 #include "ORT_test_i.h"
3 ORT_test_i::ORT_test_i (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 CORBA::Boolean
9 ORT_test_i::request_server ()
11 return 0;
14 void
15 ORT_test_i::shutdown ()
17 this->orb_->shutdown (false);