summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.cpp
blob: f80fc4761261806706c478609a7e831c7f1705e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- C++ -*-  */

#include "Test_i.h"

CORBA::Short
Test_i::get_server_num ()
{
  return 1;
}

void
Test_i::terminate ()
{
  exit (0);
}