summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello_Event/Receiver/Receiver.idl
blob: 200fde126243f6feea974ee7d200bd019186bef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//:

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "../Hello_Base/Hello_Base.idl"

module Hello
{
  component Receiver
  {
    uses ReadMessage read_message;
    consumes TimeOut click_in;

    attribute short iterations;
  };

};
#endif /*RECEIVER_IDL*/