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

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

#ifndef EVENT_CONNECTION_TEST_BASE_IDL
#define EVENT_CONNECTION_TEST_BASE_IDL

#pragma ndds typesupport "Base/Event_Connection_Test_BaseSupport.h"

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

typedef sequence<Event_ConnectionTest> Event_ConnectionTestSeq;

#endif