summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CoherentWriter/Base/CoherentWrite_Test_Base.idl
blob: cbb0c246148453c8b6eb647c36a2bac29e75ad3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

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

#ifndef COHERENT_WRITE_TEST_BASE_IDL
#define COHERENT_WRITE_TEST_BASE_IDL

#pragma ndds typesupport "Base/CoherentWrite_Test_BaseSupport.h"

struct CoherentWriteTest {
  string symbol; //@key
  long iteration;
};

typedef sequence<CoherentWriteTest> CoherentWriteTest_Seq;

#endif