Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Null_Cipher / Foo_i.cpp
blob7fc392022de759384a60594d618c8700dd424240
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 (void)
13 ACE_DEBUG ((LM_DEBUG,"SUCCESS: server received expected shutdown\n"));
14 this->orb_->shutdown (0);