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
/
POA
/
Bug_2511_Regression
/
test.idl
blob
5f6b89393a9ca770a0fae0a36f373144aa17838e
1
interface
test
2
{
3
void
normal
();
4
void
exceptional
();
5
void
notexisting
();
6
};