Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / DevGuideExamples / AMH_AMI / inner.idl
blob77a86167084171f81b32d07a43160920a026b6bc
1 // file: inner.idl
4 interface Inner
6 string answer (in string question);
7 };