summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Null_Cipher/Foo_i.cpp
blob: 55c5b3d403cbacd1abdb7bebf47929e5575b506a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
#include "Foo_i.h"


Foo_i::Foo_i (CORBA::ORB_ptr orb)
  : orb_ (CORBA::ORB::_duplicate (orb))
{
}

void
Foo_i::shutdown (void)
{
  ACE_DEBUG ((LM_DEBUG,"SUCCESS: server received expected shutdown\n"));
  this->orb_->shutdown (false);
}