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

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

#ifndef QUERY_CONDITION_LISTEN_EVENT_TEST_BASE_IDL
#define QUERY_CONDITION_LISTEN_EVENT_TEST_BASE_IDL

#pragma ndds typesupport "Base/QCLE_Test_BaseSupport.h"

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

typedef sequence<QueryConditionListenEventTest> QueryConditionListenEventTestSeq;

#endif