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
/
ReconnectServer
/
idl
/
test.idl
blob
9f2ba1008e8641dfb506623d301c6c2edaa1570a
1
module
taoimrtest
2
{
3
module
reconnectserver
4
{
5
interface
Dummy
6
{
7
string
getMessage
();
8
};
9
10
interface
TimeSrv
11
{
12
long
current_time
();
13
oneway
void
shutdown
();
14
};
15
};
16
};