summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/DDSWriterEntity/Base/Writer_Base.idl
blob: db4905ab6108d8a1e90f86921e9f1455fbc3412c (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> WriterTest_Seq;

#endif