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
/
Bug_3531_Regression
/
test.idl
blob
cb07d44e4623c1b3e96ea730ddaa2e9c1f75f94d
1
2
interface
Simple_Server
3
{
4
string
test_method
(
in
Simple_Server objref
);
5
6
void
client_done
();
7
8
oneway
void
shutdown
();
9
};