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_2289_Regression
/
Test.idl
blob
50b7b89c0525079606798db230585cbfa44b92d7
1
typedef
string
MyString
;
2
3
interface
MyInterface
4
{
5
boolean
myMethod
(
in
MyString stringParam
);
6
};