Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2287_Regression / Hello.cpp
blob17735f629844574183b1eeb091113c0073ae2a05
1 #include "Hello.h"
4 Hello::Hello (CORBA::ORB_ptr orb, Test::Hello_ptr, CORBA::ULong)
5 : orb_ (CORBA::ORB::_duplicate (orb))
9 void
10 Hello::shutdown ()
12 this->orb_->shutdown (false);
15 void
16 Hello::ping ()
20 void
21 Hello::throw_location_forward ()