summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ResetTopic/TooLong/Connector/TL_ResetTopic_Connector.idl
blob: aa04ebb5c4ffc79a90e8f8ab7d929d1c940e0fef (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 TL_ResetTopic_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef TL_RESETTOPIC_CONNECTOR_IDL_
#define TL_RESETTOPIC_CONNECTOR_IDL_

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

#include "Base/TL_ResetTopic_Base.idl"

#pragma ciao lem "Connector/TL_ResetTopic_ConnectorE.idl"

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

module TL_ResetTopic
{
  module ::CCM_DDS::Typed < ::TL_ResetTopicTest, ::TL_ResetTopicTestSeq> TL_ResetTopicTestConnector;
};

#endif /* TL_ResetTopic_CONNECTOR_IDL_ */