diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-19 19:34:09 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-19 19:34:09 +0200 |
commit | 67fe053a4b2cd800bb0c12f546420fb358b86608 (patch) | |
tree | 23a13116f12541b9eee310f575086c0b7a994ad7 /DAnCE/dance/Deployment/Deployment.idl | |
parent | fd904693d47bc0f9c3c110e1b6beff016581926d (diff) | |
download | ATCD-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.idl | 20 |
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 */ - |