summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Component/CFT_Test_Component.idl
blob: 4ea91d94e2b44e270b0f9691de030c4affb52d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

/**
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef COMPONENT_IDL
#define COMPONENT_IDL

#include "Connector/CFT_Test_Connector.idl"

module CFT_Test
{
  component CFTTestComponent
  {
    port CFTTwoDimensionalTestConn::DDS_Get two_dim_get;
    port CFTThreeDimensionalTestConn::DDS_Get three_dim_get;
  };
};

#endif