//$Id$ //Stock.cidl,v 1.0 /** * @file Stock.cidl * * @author ming xiong */ #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 */