summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Deployment/Deployment.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-04-19 19:34:09 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-04-19 19:34:09 +0200
commit67fe053a4b2cd800bb0c12f546420fb358b86608 (patch)
tree23a13116f12541b9eee310f575086c0b7a994ad7 /DAnCE/dance/Deployment/Deployment.idl
parentfd904693d47bc0f9c3c110e1b6beff016581926d (diff)
downloadATCD-67fe053a4b2cd800bb0c12f546420fb358b86608.tar.gz
Remove CIAO/DAnCE here because they are migrated to their own repositories
Diffstat (limited to 'DAnCE/dance/Deployment/Deployment.idl')
-rw-r--r--DAnCE/dance/Deployment/Deployment.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/DAnCE/dance/Deployment/Deployment.idl b/DAnCE/dance/Deployment/Deployment.idl
deleted file mode 100644
index f697d699123..00000000000
--- a/DAnCE/dance/Deployment/Deployment.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef DEPLOYMENT_IDL
-#define DEPLOYMENT_IDL
-
-module Deployment {
- /*
- * This exception is listed in OMG 07-02-01 but not in 06-04-01 and 06-04-02
- */
- exception LastConfiguration {
- };
-
- /*
- * This exception is listed in OMG 07-02-01 and in the text of 06-04-02 but never
- * used in idl
- */
- exception InvalidReference {
- };
-};
-
-#endif /* DEPLOYMENT_IDL */
-