summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver.idl
blob: a034cfa12cf9d8d99a438911a088ed416abe6955 (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/Getter_Test_Connector.idl"
#include "Base/Get_Invoker.idl"

module Getter_Test
{
  component Receiver
  {
    port GetterTestConn::DDS_Get info_get;
    port GetterFixedConn::DDS_Get info_fixed;

    provides GetInvoker getter_invoke;
  };
};

#endif