summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QosProfile/Connector/QosProfile_Test_Connector.idl
blob: d0ddb1d9a6c863a64bc5c2ef4cf3413c9862b4c8 (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 QosProfile_Test_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef QOS_PROFILE_TEST_CONNECTOR_IDL_
#define QOS_PROFILE_TEST_CONNECTOR_IDL_

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

#include "Base/QosProfile_Test_Base.idl"

#pragma ciao lem "Connector/QosProfile_Test_ConnectorE.idl"

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

module QosProfile_Test
{
  module ::CCM_DDS::Typed < ::QosProfileTest, ::QosProfileTestSeq> QosProfileTestConnector;
};

#endif /* QOS_PROFILE_TEST_CONNECTOR_IDL_ */