summaryrefslogtreecommitdiff
path: root/TAO/tests/No_Server_MT_Connect_Test/test_i.cpp
blob: fd5f7c68fb25ecccb2dfdec194e4c8fad46b95e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "test_i.h"

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

void
Simple_Server_i::test_method (void)
{
}

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