summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Miop/McastPreferredInterfaces/Test_impl.cpp
blob: d1a4c81904f8c4ab443e579d830316c6b5e0afbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "Test_impl.h"



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

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