Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / IDL_Inherited_Operation / InheritedOp_i.cpp
blob393c0fd77f5a637c759ac1837dbb5ef4b7288801
1 #include "InheritedOp_i.h"
3 Derived_i::Derived_i (CORBA::ORB_ptr orb)
4 : orb_ (orb)
8 void
9 Derived_i::BaseOp ()
11 ACE_DEBUG ((LM_DEBUG, "BaseOp upcall successful\n"));
14 void
15 Derived_i::shutdown ()
17 orb_->shutdown ();