Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Server_Leaks / Ping_Service.cpp
blob4b2c6a46b3d05d707ebc963d87d3acd2f898f986
1 #include "Ping_Service.h"
3 Ping_Service::Ping_Service (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 void
9 Ping_Service::ping ()
13 void
14 Ping_Service::shutdown ()
16 this->orb_->shutdown (false);