summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/SimpleFailure.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Components/SimpleFailure.idl')
-rw-r--r--CIAO/tests/DAnCE/Components/SimpleFailure.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/CIAO/tests/DAnCE/Components/SimpleFailure.idl b/CIAO/tests/DAnCE/Components/SimpleFailure.idl
deleted file mode 100644
index 302979fb860..00000000000
--- a/CIAO/tests/DAnCE/Components/SimpleFailure.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef SIMPLE_FAILURE_IDL
-#define SIMPLE_FAILURE_IDL
-
-#include "Components.idl"
-
-module Simple
-{
- enum FailureType {
- NO_FAILURE,
- AT_STARTUP,
- AT_ACTIVATE,
- AT_PASSIVATE,
- AT_REMOVE
- };
-
- component SimpleFailure
- {
- attribute FailureType type_attr;
- };
-
- home SimpleFailureHome manages SimpleFailure
- {
- };
-};
-
-#endif /*SIMPLE_ATTRIBUTE_IDL*/