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_1813_Regression
/
Test.idl
blob
4f81d103bae057c50ff18512994267cebc4e1281
1
#include
<
orb.idl
>
2
3
interface
foo
{
4
void
op
()
raises
(
CORBA
::
WrongTransaction
);
5
};
6