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