summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Security/Null_Cipher/Foo_i.cpp
blob: 1d7af9b56484c63f14396913520db5072e5f2f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- C++ -*-
//
// $Id$

#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 (0);
}