summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QosProfile/Connector/QosProfile_Test_Connector.idl
blob: 746094c0d342367f11b2f0571797c71c1338d94d (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
// $Id$

/**
 * @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_ */