Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_3215_Regression / Hello.cpp
blob81d7d7081feb1db8f4caac720610f5780eb3c09d
1 #include "Hello.h"
5 Hello::Hello (CORBA::ORB_ptr orb, Test::Hello_ptr, CORBA::ULong)
6 : orb_ (CORBA::ORB::_duplicate (orb))
10 void
11 Hello::shutdown ()
13 this->orb_->shutdown (0 );
16 void
17 Hello::ping ()
19 return;
22 void
23 Hello::throw_location_forward ()
25 return;