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

#ifndef STOCKDISTRIBUTOR_CIDL
#define STOCKDISTRIBUTOR_CIDL

#include "StockDistributor.idl"

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

#endif /* STOCKDISTRIBUTOR_CIDL */