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 #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
TAO
/
DevGuideExamples
/
AMH_AMI
/
middle.idl
blob
eb15857ba67ad3b5efd9058f84b4417aaf17a8df
1
// file: middle.idl
2
3
interface
Middle
4
{
5
string
get_the_answer
(
in string
question
);
6
};