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
/
Thread_Pool
/
test.idl
blob
e2f76b6d01c19f7ec1f0644f6a2512bc11dc6b80
1
2
interface
test
3
{
4
long
method
(
in long
client_id
,
5
in long
iteration
);
6
7
oneway
void
shutdown
();
8
};