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

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

#ifndef WRITER_BASE_IDL
#define WRITER_BASE_IDL

#pragma ndds typesupport "Base/Writer_BaseSupport.h"

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

typedef sequence<WriterTest> WriterTestSeq;

#endif