Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Null_Cipher / Foo_i.cpp
blobf55e54e6e2061cd94b801f5561febff648987a8e
1 // -*- C++ -*-
2 #include "Foo_i.h"
5 Foo_i::Foo_i (CORBA::ORB_ptr orb)
6 : orb_ (CORBA::ORB::_duplicate (orb))
10 void
11 Foo_i::shutdown ()
13 ACE_DEBUG ((LM_DEBUG,"SUCCESS: server received expected shutdown\n"));
14 this->orb_->shutdown (false);