summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component.idl
blob: 232907f01c6f770a141f9f60b9b318b450f611bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef COMPONENT_IDL
#define COMPONENT_IDL

#include "Connector/Exception_Test_Connector.idl"

module CFT_Exception_Test
{
  component CFTTestComponent
  {
    port CFTExceptionTestConn::DDS_Get getter;
  };
};

#endif