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