summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-14 13:44:43 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-14 13:44:43 +0000
commit6b471d6bde992d29a3a66189b7ec86d06889d373 (patch)
treeeded717106bcffa59b47de0fe39cef3bdccb7037 /modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
parenteb0f7e38216e3fc7b58a038ce95d5705e9e11be2 (diff)
downloadATCD-6b471d6bde992d29a3a66189b7ec86d06889d373.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl')
-rw-r--r--modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl b/modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
deleted file mode 100644
index 806983d2a87..00000000000
--- a/modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-// $Id$
-
-#ifndef DEPLOYMENT_PLANERROR_IDL
-#define DEPLOYMENT_PLANERROR_IDL
-
-module Deployment {
- exception PlanError {
- string name;
- string reason;
- };
-};
-
-#endif /* DEPLOYMENT_PLANERROR_IDL */