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

#include "Test_impl.h"



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

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