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