summaryrefslogtreecommitdiff
path: root/CIAO/tests/Collocation/Coll_Base/Base.idl
blob: d1ba48ad9f35879e80114fb4f5456825c59c4be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
#ifndef BASE_IDL_
#define BASE_IDL_

#pragma ciao lem "Coll_Base/BaseE.idl"

struct pointer_id
  {
    long point;
    string txt;
  };

// Interfaces for communication between Sender and Receiver
interface Hello {
  void set_point(in pointer_id p, in string strategy);
 };


#endif /* BASE_IDL_ */