summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Receiver/RG_LateBinding_Receiver.idl
blob: fdebbda9a79d72683bbc3746c926df8d24e39af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// $Id$

/**
 * @file
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/RG_LateBinding_Connector.idl"
#include "Base/Reader_Starter.idl"

module RG_LateBinding
{
  component Receiver
  {
    port RG_LateBindingTestConnector::DDS_Get info_get;
    port RG_LateBindingTestConnector::DDS_Read info_read;

    provides ReaderStarter start_reading;
  };
};

#endif