Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / kill_slow_server / Test_i.cpp
blobf80fc4761261806706c478609a7e831c7f1705e8
1 /* -*- C++ -*- */
3 #include "Test_i.h"
5 CORBA::Short
6 Test_i::get_server_num ()
8 return 1;
11 void
12 Test_i::terminate ()
14 exit (0);