summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Base/Event_Connection_Test_Base.idl
blob: bbddf1366ce60762f1202330669e37d8b739fbf1 (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_ConnectionTest_Seq;

#endif