summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.idl
blob: 0f4b73e1a607f39dbe39f8cde0aa6ed33da1353a (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
// $Id$

/**
 * @file SetConnectorAttribute_Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef SETCONNECTORATTRIBUTE_BASE_IDL
#define SETCONNECTORATTRIBUTE_BASE_IDL

#pragma ndds typesupport "Base/SetConnectorAttribute_BaseSupport.h"
#pragma opendds typesupport "Base/SetConnectorAttribute_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "SetConnectorAttributeTest"

struct SetConnectorAttributeTest {
  string key;
  long iteration;
};

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<SetConnectorAttributeTest> SetConnectorAttributeTestSeq;
#endif

#endif