summaryrefslogtreecommitdiff
path: root/CIAO/tests/Collocation/Receiver/Receiver.idl
blob: 2a4c41dce14044bd44f53540b15493473317bac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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_ */