summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3790_Regression/simple_test_i.cpp
blob: 1891762834c017c11cf128a550c9f4ff8e720321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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