summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/SenderConnector/OIT_Sender_Connector.idl
blob: 8d94fa4fd2a4b99db74f8f155da333deb8fec941 (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 OIT_Sender_Connector.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef ON_INCONSISTENT_TOPIC_TEST_SENDER_CONNECTOR_IDL_
#define ON_INCONSISTENT_TOPIC_TEST_SENDER_CONNECTOR_IDL_

#include  <Components.idl>
#include "Base/OIT_Test_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "SenderConnector/OIT_Sender_ConnectorE.idl"

module OIT_Test
{
  module ::CCM_DDS::Typed < ::OIT_Sender_Topic, ::OIT_Sender_TopicSeq>
    OIT_Sender_TopicConnector;
};

#endif /* ON_INCONSISTENT_TOPIC_TEST_SENDER_CONNECTOR_IDL_ */