summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Connector/Exception_Test_Connector.idl
blob: 1e7e2c601f851eb60088092157340d0d7f4ddefa (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 Exception_Test_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef CFT_EXCEPTION_TEST_CONNECTOR_IDL_
#define CFT_EXCEPTION_TEST_CONNECTOR_IDL_

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

#include "Base/Exception_Test_Base.idl"

#pragma ciao lem "Connector/Exception_Test_ConnectorE.idl"

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

module ::CCM_DDS::Typed < ::CFTExceptionTest, ::CFTExceptionTestSeq> CFTExceptionTestConn;
#endif /* CFT_EXCEPTION_TEST_CONNECTOR_IDL_ */