summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
blob: 53268e84569187717e1f89b467bb5856e3f3d1c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//$Id$
//Distributor.cidl,v 1.0
/**
 * @file Distributor.cidl
 *
 * @author ming xiong <xiongm@isis.vanderbilt.edu>
 */

#ifndef DISTRIBUTOR_CIDL
#define DISTRIBUTOR_CIDL

#include "Distributor.idl"

composition session StockDistributor_Impl {
  home executor StockDistributorHome_Exec  {
    implements Stock::StockDistributorHome;
    manages StockDistributor_Exec;
  };
};

#endif /* DISTRIBUTOR_CIDL */