summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Connector/SetConnectorAttribute_Connector.idl
blob: e9044e626ed14653d1e3ddab0680c5f21df2f28b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// $Id$

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

#ifndef SETCONNECTORATTRIBUTE_CONNECTOR_IDL_
#define SETCONNECTORATTRIBUTE_CONNECTOR_IDL_

#include <Components.idl>
#include <ccm_dds.idl>

#include "Base/SetConnectorAttribute_Base.idl"

#pragma ciao lem "Connector/SetConnectorAttribute_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "Base/SetConnectorAttribute_BaseTypeSupport.idl"
#endif

module SetConnectorAttribute
{
  module ::CCM_DDS::Typed
    < ::SetConnectorAttributeTest, ::SetConnectorAttributeTestSeq>
    SetConnectorAttributeTestConnector;
};

#endif /* SetConnectorAttribute_CONNECTOR_IDL_ */