summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Connector/LOBO_Test_Connector.idl
blob: 9f1928117a342695b75b02336e8b80df898d5996 (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
/**
 * @file LOBO_Test_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef LISTEN_ONE_BY_ONE_TEST_CONNECTOR_IDL_
#define LISTEN_ONE_BY_ONE_TEST_CONNECTOR_IDL_

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

#include "Base/LOBO_Test_Base.idl"

#pragma ciao lem "Connector/LOBO_Test_ConnectorE.idl"

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

module LOBO_Test
{
  module ::CCM_DDS::Typed
    < ::ListenOneByOneTest, ::ListenOneByOneTestSeq>
    ListenOneByOneTestConnector;
};

#endif /* LOBO_Test_CONNECTOR_IDL_ */