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
Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
MProfile_Connection_Timeout
/
test.idl
blob
96d489d8001095aa5466c8b5a136eb310781191e
1
/*
2
*/
3
4
interface
Simple_Server
5
{
6
unsigned long long
remote_call
();
7
oneway
void
shutdown
();
8
};