Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Bug_1535_Regression / Test.cpp
blob6b55ca475d1c1e0d5680c7ea498b1ba711490298
1 #include "Test.h"
3 Hello::Hello (PortableServer::POA_ptr poa) :
4 poa_ (PortableServer::POA::_duplicate (poa))
8 void
9 Hello::print_hello_world ()
13 PortableServer::POA_ptr
14 Hello::_default_POA ()
16 return PortableServer::POA::_duplicate (this->poa_.in ());