Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_2669_Regression / Child.idl
blob26330c170b9ffb77121094389d6ec23b5d3b3e36
2 //=============================================================================
3 /**
4 */
5 //=============================================================================
7 #pragma prefix "child.pragma.prefix"
9 #include "Parent.idl"
11 interface ChildInterface : ParentInterface {};
13 module ChildModule
15 interface ChildInterface : ParentModule::ParentInterface {};