summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/CIAO/Components/SimpleEmitter.idl
blob: 37431ca813474566bf01ab95067a3e62b4d43aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#ifndef SIMPLE_EMITTER_IDL
#define SIMPLE_EMITTER_IDL

#include "SimpleCommon.idl"
#include "Components.idl"

module Simple
{
  component SimpleEmitter
  {
    emits Hello hello;
  };
  
  home SimpleEmitterHome manages SimpleEmitter
  {
  };
};

#endif /*SIMPLE_EMITTER_IDL*/