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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
MT_NoUpcall_Connect
/
SharedIntf.idl
blob
6b706cfbcbc5664891a7562e72b4a484b31117a0
1
module
Test_Idl
{
2
interface
SharedIntf
{
3
void
do_upcall
();
4
void
ping
();
5
oneway
void
farewell
();
6
};
7
};