summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl
blob: a6d9bb292140166f1c814629180a90a9b57b78ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//$Id$

//Stock.cidl,v 1.0
/**
 * @file Stock.cidl
 *
 * @author ming xiong <xiongm@isis.vanderbilt.edu>
 */

#ifndef STOCK_CIDL
#define STOCK_CIDL

#include "Broker.idl"

composition session StockBroker_Impl {
  home executor StockBrokerHome_Exec  {
    implements Stock::StockBrokerHome;
    manages StockBroker_Exec;
  };
};

#endif /* STOCK_CIDL */