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
/
RTCORBA
/
Banded_Connections
/
test.idl
blob
c19bd8f30989626813c5a830d47a29a434c9dd6b
1
2
interface
Test
3
{
4
void
test_method
(
in boolean
client_propagated
,
5
in short
client_priority
);
6
7
oneway
void
shutdown
();
8
};