Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2615_Regression / Hello.cpp
blob982b2378a0bd8bb36d65a2c40425c5eb434c6eec
2 #include "ServerRequest_Interceptor2.h"
3 #include "Hello.h"
6 Hello::Hello (CORBA::ORB_ptr orb, Test::Hello_ptr, CORBA::ULong)
7 : orb_ (CORBA::ORB::_duplicate (orb))
11 void
12 Hello::shutdown ()
14 this->orb_->shutdown (false);
17 void
18 Hello::ping ()
22 CORBA::Boolean
23 Hello::has_ft_request_service_context ()
25 return ServerRequest_Interceptor2::has_ft_request_sc_;