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
/
examples
/
Buffered_AMI
/
test.idl
blob
bf181a7c16f95c65cacc0dddc6a8a462bd8c4b82
1
2
interface
test
3
{
4
void
method
(
in unsigned long
request_number
,
5
out unsigned long
reply_number
);
6
7
void
shutdown
();
8
};