summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/VariousTopicsState/Conn_String/VTS_String_Connector.idl
blob: a36e5808245b86d2b9b0fe97efe904d366c3d742 (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
26
27
// $Id$

/**
 * @file VTS_String_Connector.idl
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 */

#ifndef VTS_STRING_CONNECTOR_IDL_
#define VTS_STRING_CONNECTOR_IDL_

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

#include "Base/VTopics_Base.idl"

#pragma ciao lem "Conn_String/VTS_String_ConnectorE.idl"

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

module VTopics
{
  module ::CCM_DDS::Typed < ::TopicString, ::TopicStringSeq> TopicStringConnector;
};

#endif /* VTS_STRING_CONNECTOR_IDL_ */