summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CoherentWriter/Base/Reader_Starter.idl
blob: 46dd49922d6135187526167b6cb0a6e75a708ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $Id$

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

#ifndef COHERENT_WRITE_STARTER_IDL
#define COHERENT_WRITE_STARTER_IDL

#pragma ciao lem "Base/Reader_StarterE.idl"

interface CoherentWriteStarter
{
  void set_reader_properties (in unsigned short nr_iterations);
  void start_read (in unsigned short run);
};

interface CoherentWriteRestarter
{
  void restart_write ();
};

#endif /* COHERENT_WRITE_STARTER_IDL */