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
Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3845_Regression
/
local_inoutarg.idl
blob
aa2d98b7219a3a5b9957c7f52e29ae0dd316197c
1
local
interface
foo
2
{
3
};
4
5
interface
bar
6
{
7
void
bar_op
(
inout foo bad_arg
);
8
};
9