summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_StopError.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/DAnCE/Deployment/Deployment_StopError.idl')
-rw-r--r--modules/CIAO/DAnCE/Deployment/Deployment_StopError.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/CIAO/DAnCE/Deployment/Deployment_StopError.idl b/modules/CIAO/DAnCE/Deployment/Deployment_StopError.idl
new file mode 100644
index 00000000000..67279680021
--- /dev/null
+++ b/modules/CIAO/DAnCE/Deployment/Deployment_StopError.idl
@@ -0,0 +1,14 @@
+// $Id$
+// Compliant with OMG 06-04-01 section 15
+
+#ifndef DEPLOYMENT_STOPERROR_IDL
+#define DEPLOYMENT_STOPERROR_IDL
+
+module Deployment {
+ exception StopError {
+ string name;
+ string reason;
+ };
+};
+#endif /* DEPLOYMENT_STOPERROR_IDL */
+