summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Base/TypeRegistration_Test_Base.idl
blob: de5a9830077e5b275000361d10b74f3f062ff294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @file TypeRegistration_Test_Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef MLD_TYPE_REGISTRATION_TEST_BASE_IDL
#define MLD_TYPE_REGISTRATION_TEST_BASE_IDL

#pragma ndds typesupport "Base/TypeRegistration_Test_BaseSupport.h"
#pragma opendds typesupport "Base/TypeRegistration_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "MLDTypeRegistrationTest"
#pragma DCPS_DATA_KEY "MLDTypeRegistrationTest key"

struct MLDTypeRegistrationTest {
  unsigned long key;
};

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<MLDTypeRegistrationTest> MLDTypeRegistrationTestSeq;
#endif

#endif /* MLD_TYPE_REGISTRATION_TEST_BASE_IDL */