summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SLDisabled/Connector/SL_Disabled_Connector.idl
blob: 5db5f544e3efdf13b810c87d906a40a362acfc50 (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
/**
 * @file SL_Disabled_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef SL_DISABLED_CONNECTOR_IDL_
#define SL_DISABLED_CONNECTOR_IDL_

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

#include "Base/SL_Disabled_Base.idl"

#pragma ciao lem "Connector/SL_Disabled_ConnectorE.idl"

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

module SL_Disabled
{
  module ::CCM_DDS::Typed < ::TestTopic, ::TestTopicSeq> SL_DisabledConnector;
};

#endif /* SL_Disabled_CONNECTOR_IDL_ */