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

//=============================================================================
/**
 */
//=============================================================================

#pragma prefix "parent.pragma.prefix"

interface ParentInterface {};

module ParentModule
  {
    interface ParentInterface {};
  };