summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3790_Regression/simple_test_i.cpp
blob: a29bc9495f79c187c1b17a20ae703eedc719906d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// $Id$
//

#include "simple_test_i.h"

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

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