summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client/test_i.cpp
blob: fac969505d6f7293e978df73cd4a7956cd752349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

#include "test_i.h"

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

ACE_RCSID(MT_Client, test_i, "$Id$")

void
Simple_Server_i::test_method (CORBA::Environment&)
{
  // nop
}

void
Simple_Server_i::shutdown (CORBA::Environment&)
{
  this->orb_->shutdown (1);
}