summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/NonChangeableAttribute/Component/NonChangeable_Component.idl
blob: 56afbc8213caf7e9c6d7fc4a60eee017323caf60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file NonChangeable_Component.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef COMPONENT_IDL
#define COMPONENT_IDL

#include "Connector/NonChangeable_Connector.idl"

module NonChangeable
{
  component NonChangeableComponent
  {
    port NonChangeableTestConnector::DDS_Get info_get;
  };
};

#endif