summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/VariousTopicsState/Conn_Seq/VTS_Seq_Connector.idl
blob: 4dfa1f811e86502784afd4b8b7ce780baf2e8c5b (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 VTS_Seq_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef VTS_SEQ_CONNECTOR_IDL_
#define VTS_SEQ_CONNECTOR_IDL_

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

#include "Base/VTopics_Base.idl"

#pragma ciao lem "Conn_Seq/VTS_Seq_ConnectorE.idl"

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

module VTopics
{
  module ::CCM_DDS::Typed < ::TopicSeq, ::TopicSeqSeq> TopicSeqConnector;
};

#endif /* VTS_SEQ_CONNECTOR_IDL_ */