summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_3444_Regression/Test_impl.cpp
blob: eac16dcaaf29692e874b7624cb5eb6a1bba17088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#include "Test_impl.h"

ACE_RCSID(Bug_3444_Regression, Test_impl, "$Id$")

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

void Server_impl::shutdown ()
{
  this->orb_->shutdown (0);
}