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

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

#ifndef STOCKBROKER_CIDL
#define STOCKBROKER_CIDL

#include "StockBroker.idl"

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

#endif /* STOCKBROKER_CIDL */