summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Deployment/Deployment_PlanError.idl')
-rw-r--r--CIAO/DAnCE/Deployment/Deployment_PlanError.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/CIAO/DAnCE/Deployment/Deployment_PlanError.idl b/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
deleted file mode 100644
index 2816db930dd..00000000000
--- a/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// $Id$
-
-#ifndef DEPLOYMENT_PLANERROR_IDL
-#define DEPLOYMENT_PLANERROR_IDL
-
-module Deployment {
-
- exception PlanError {
- string name;
- string reason;
- };
-};
-
-#endif /* DEPLOYMENT_PLANERROR_IDL */