Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / POA / Deactivate_Object / Hello.cpp
blob465a1bb2de4def67d7ba46e1a77472f8591dd6af
1 #include "Hello.h"
3 Hello::Hello (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 char *
9 Hello::get_string ()
11 return CORBA::string_dup ("Hello there!");