summaryrefslogtreecommitdiff
path: root/CIAO/tests/Collocation/Receiver/Receiver.idl
blob: d40e794b9ad559309f0b8b77cf473f42a11c667e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#ifndef RECEIVER_IDL_
#define RECEIVER_IDL_

#include <Components.idl>

#include "Coll_Base/Base.idl"

component Receiver {
   // Which interfaces Receiver uses.
   uses Hello hello_to_rec;

   attribute string strategy;
};

#endif /* RECEIVER_IDL_ */