summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-0.idl
blob: 73ba9b4276d2f320c7b14aaac288509f961a8368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : CCF/Example/CIDL/LocalExecutorMapping/test-0.idl
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

module M
{ 
  interface I {};
  
  typedef I Internal;
  
  //local interface CCM_I : I {};
};

eventtype E {};