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

/**
 * @file SetConnectorAttribute_Component.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef COMPONENT_IDL
#define COMPONENT_IDL

#include "Connector/SetConnectorAttribute_Connector.idl"

module SetConnectorAttribute
{
  component SetConnectorAttributeComponent
  {
    port SetConnectorAttributeTestConnector::DDS_Write info_write;
  };
};

#endif