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 "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
DevGuideExamples
/
AMH_AMI
/
inner.idl
blob
77a86167084171f81b32d07a43160920a026b6bc
1
// file: inner.idl
2
3
4
interface
Inner
5
{
6
string
answer
(
in string
question
);
7
};