summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Connector/State_MemLeakDetection_Test_Connector.idl
blob: 81046dbecf58dd5c632df7b3eb4c103f38981164 (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 State_MemLeakDetection_Test_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef KEYED_TEST_CONNECTOR_IDL_
#define KEYED_TEST_CONNECTOR_IDL_

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

#include "Base/State_MemLeakDetection_Test_Base.idl"

#pragma ciao lem "Connector/State_MemLeakDetection_Test_ConnectorE.idl"

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

module State_MemLeakDetection_Test
{
  module ::CCM_DDS::Typed < ::State_MemLeakDetectionTest, ::State_MemLeakDetectionTestSeq> State_MemLeakDetectionTestConnector;
};

#endif /* STATE_MEMLEAKDETECTION_TEST_CONNECTOR_IDL_ */