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

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

#ifndef STATE_CONNECTION_TEST_BASE_IDL
#define STATE_CONNECTION_TEST_BASE_IDL

#pragma ndds typesupport "Base/State_Connection_Test_BaseSupport.h"

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

typedef sequence<State_ConnectionTest> State_ConnectionTest_Seq;

#endif