summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-11-10 20:33:31 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-11-10 20:33:31 +0000
commitf1790ce045fad390af2c69b2c25f714705c90b66 (patch)
tree45261f5f605e6cf33789427f838cc87599dbc485 /modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl
parent0e7e7420693d452ba049b31217a915c2c52da1fe (diff)
downloadATCD-f1790ce045fad390af2c69b2c25f714705c90b66.tar.gz
branching/taggingtest_branch_one
Diffstat (limited to 'modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl')
-rw-r--r--modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl b/modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl
new file mode 100644
index 00000000000..9cf092f0796
--- /dev/null
+++ b/modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl
@@ -0,0 +1,14 @@
+// $Id$
+// Compliant with OMG 06-04-01 section 15
+
+#ifndef DEPLOYMENT_STARTERROR_IDL
+#define DEPLOYMENT_STARTERROR_IDL
+
+module Deployment {
+ exception StartError {
+ string name;
+ string reason;
+ };
+};
+#endif /* DEPLOYMENT_STARTERROR_IDL */
+