summaryrefslogtreecommitdiff
path: root/TAO/tests/No_Server_MT_Connect_Test/test_i.cpp
blob: 50d71b99e4411e161700a72db505afc38702ae93 (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 (0);
}