Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_3108_Regression / test_i.cpp
blob79a511af2f33eca5865ceb9ae6b889ee54ebbc82
1 #include "test_i.h"
3 test_i::test_i (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 CORBA::Long
9 test_i::test_method ()
11 ACE_DEBUG ((LM_DEBUG, "client called us.\n"));
13 return 0;
16 void
17 test_i::shutdown ()
19 this->orb_->shutdown (false);