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

#if !defined(__ACE_INLINE__)
#include "test_i.inl"
#endif /* __ACE_INLINE__ */

void
Simple_Server_i::test_method (void)
{
}

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