summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2669_Regression/Child.idl
blob: fd35fee57e6c758e9738980849f5e192bfe3b274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

//=============================================================================
/**
 *  $Id$
 */
//=============================================================================

#pragma prefix "child.pragma.prefix"

#include "Parent.idl"

interface ChildInterface : ParentInterface {};

module ChildModule
  {
    interface ChildInterface : ParentModule::ParentInterface {};
  };