summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Base/QCTQM_Starter.idl
blob: d9b7dc878076231c94b5d62167a03e70f02e66dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @file QCTQM_Starter.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef QUERYCONDITION_STARTER_IDL
#define QUERYCONDITION_STARTER_IDL

#pragma ciao lem "Base/QCTQM_StarterE.idl"

interface TwoQueriesStarter
{
  void set_reader_properties (in unsigned short nr_keys,
                              in unsigned short nr_iterations);
  void start_read (in unsigned short run);
};

interface TwoQueriesRestarter
{
  void restart_write ();
};

#endif /* QUERYCONDITION_STARTER_IDL */