summaryrefslogtreecommitdiff
path: root/trunk/CIAO/tests/IDL3/ImpliedIDL/Events/Events.idl
blob: 62092c9e95845c7f18e98a3b2bf43e1afcad2263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$
/**
 * @file Events.idl
 * @author Will Otte <wotte@dre.vanderbilt.edu>
 * 
 * Tests implied IDL for event types.
 */

#include <Components.idl>

module ImpliedEvent
{
  eventtype foo
    {
    };
  /*
  interface test_foo
    {
      fooConsumer test_op ();
    };
  */
};