summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl
blob: 199ee6c0a86017ec19b02f86182a4cc975c486b4 (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
// $Id$

/**
 * @file RG_LateBinding_Base.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef RG_LATEBINDING_BASE_IDL
#define RG_LATEBINDING_BASE_IDL

#pragma ndds typesupport "Base/RG_LateBinding_BaseSupport.h"
#pragma opendds typesupport "Base/RG_LateBinding_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "RG_LateBindingTest"
#pragma DCPS_DATA_KEY "RG_LateBindingTest key"

struct RG_LateBindingTest {
  string key; //@key
  long iteration;
};

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<RG_LateBindingTest> RG_LateBindingTestSeq;
#endif

#endif