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

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

#ifndef COMPONENT_IDL
#define COMPONENT_IDL

#include "Connector/QosProfile_Test_Connector.idl"

module QosProfile_Test
{
  component QosProfileComponent
  {
    port QosProfileTestConnector::DDS_Write info_write;
  };
};

#endif /* COMPONENT_IDL */