summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Target_Data.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Target_Data.idl')
-rw-r--r--CIAO/ciao/Target_Data.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/ciao/Target_Data.idl b/CIAO/ciao/Target_Data.idl
deleted file mode 100644
index 683f16dc2ff..00000000000
--- a/CIAO/ciao/Target_Data.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-
-#ifndef TARGET_DATA_IDL
-#define TARGET_DATA_IDL
-
-#include "Deployment_Data.idl"
-
-module Deployment {
-
- exception PlanError {
- string name;
- string reason;
- };
-
- exception ResourceNotAvailable {
- string name;
- string resourceType;
- string propertyName;
- string elementName;
- string resourceName;
- };
-};
-
-#endif /* TARGET_DATA_IDL */