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
/
orbsvcs
/
tests
/
Bug_2377_Regression
/
Hello.idl
blob
fc0364928eb30d85ecb935482785e786af5bfe01
1
module
Test
{
2
3
interface
Hello
{
4
oneway
void
say_hello
(
in short
count
);
5
6
oneway
void
shutdown
();
7
};
8
9
};