summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/VariousTopicsState/Conn_Seq/VTS_Seq_Connector.idl
blob: c2904917eae224dda3b57e90e6aebb3f3550845d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

/**
 * @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 "Base/VTopics_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "Conn_Seq/VTS_Seq_ConnectorE.idl"

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

#endif /* VTS_SEQ_CONNECTOR_IDL_ */