summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Getter/Base/Get_Invoker.idl
blob: cc639fc2100af196dbf4793f65b2b96d0cab5439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file Get_Invoker.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef GETTER_INVOKER_IDL
#define GETTER_INVOKER_IDL

#pragma ciao lem "Base/Get_InvokerE.idl"

interface GetInvoker
{
  void start_timeout_get_one ();
  void start_timeout_get_many ();
  void start_get_one (in string key, in long fixed_key, in long iteration);
  void start_get_many (in short keys, in long iterations);
};

#endif /* SAMPLE_INFO_IDL */