summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl
blob: edfe78462e6bdf0012cb47275e163079c8d05ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

/**
 * @file Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef BASE_IDL_
#define BASE_IDL_

struct QueryConditionTest {
  string symbol; //@key
  long iteration;
};

#endif