Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3215_Regression / Hello.cpp
blob20c682d5dc35326a5911fb800c014c28d11ab42c
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 (0);
15 void
16 Hello::ping ()
20 void
21 Hello::throw_location_forward ()