repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
kill_slow_server
/
Test_i.cpp
blob
f80fc4761261806706c478609a7e831c7f1705e8
1
/* -*- C++ -*- */
2
3
#include
"Test_i.h"
4
5
CORBA
::
Short
6
Test_i
::
get_server_num
()
7
{
8
return
1
;
9
}
10
11
void
12
Test_i
::
terminate
()
13
{
14
exit
(
0
);
15
}
16
17