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

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

#include "Parent.idl"

#pragma prefix "child.pragma.prefix"

interface ChildInterface : ParentInterface {};

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