summaryrefslogtreecommitdiff
path: root/trunk/CIAO/examples/Swapping/Hello_Base/Hello_Base.idl
blob: 6cb61fed2c1e952f6a81c299c4728d4f055829b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//$Id$:

#ifndef CIAO_HELLO_IDL
#define CIAO_HELLO_IDL

#include <Components.idl>

module Hello
{
  interface ReadMessage
  {
    string get_message();
  };

  eventtype TimeOut
  {
  };

};

#endif /* CIAO_HELLO_IDL */