summaryrefslogtreecommitdiff
path: root/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl')
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl b/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
deleted file mode 100644
index 53268e84569..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
+++ /dev/null
@@ -1,21 +0,0 @@
-//$Id$
-//Distributor.cidl,v 1.0
-/**
- * @file Distributor.cidl
- *
- * @author ming xiong <xiongm@isis.vanderbilt.edu>
- */
-
-#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 */