summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Connector/SetConnectorAttribute_Connector.idl
blob: bbfe23ccdc7bf8daef052c435686e406002d5f48 (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
// $Id$

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

#ifndef SETCONNECTORATTRIBUTE_CONNECTOR_IDL_
#define SETCONNECTORATTRIBUTE_CONNECTOR_IDL_

#include  <Components.idl>
#include "Base/SetConnectorAttribute_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "Connector/SetConnectorAttribute_ConnectorE.idl"

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

#endif /* SetConnectorAttribute_CONNECTOR_IDL_ */