summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Component/TypeRegistration_Test_Component.idl
blob: be1174f1de3848164f601f3f313be0c6a0ebb7f5 (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/TypeRegistration_Test_Connector.idl"

module MLD_TypeRegistration_Test
{
  component CFTTestComponent
  {
    port MLDTypeRegistrationTestConn::DDS_Write   writer;
    port MLDTypeRegistrationTestConn::DDS_Listen  listener;
  };
};

#endif