summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver.idl3p
blob: dffd5bc45eb17bd2c9f5361bf78a9673127fa539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#ifndef HELLO_RECEIVER_IDL3P
#define HELLO_RECEIVER_IDL3P

#include "Hello_Base.idl3p"

module Hello_DDS
{
  component Receiver
  {
    port DDS_RawListen<string> read_message;
  };
};

#endif /* HELLO_RECEIVER_IDL3P */