summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.idl
blob: 3e01accec65029f926671a85e66d72ae29b50a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

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

#ifndef LISTEN_ONE_BY_ONE_TEST_BASE_IDL
#define LISTEN_ONE_BY_ONE_TEST_BASE_IDL

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

typedef sequence<ListenOneByOneTest> ListenOneByOneTest_Seq;

#endif