summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SLDisabled/Connector/SL_Disabled_Connector.idl
blob: 584d71b1a040e39843ffe6f1cb01e07d213129b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

/**
 * @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"

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

#endif /* SL_Disabled_CONNECTOR_IDL_ */