summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Components/SimpleNilFacetUser.idl')
-rw-r--r--CIAO/tests/DAnCE/Components/SimpleNilFacetUser.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.idl b/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.idl
deleted file mode 100644
index 4fc792b0805..00000000000
--- a/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef SIMPLE_USER_IDL
-#define SIMPLE_USER_IDL
-
-#include "SimpleCommon.idl"
-#include "Components.idl"
-
-module Simple
-{
- component SimpleNilFacetUser
- {
- uses Trigger trig_uses;
- };
-
- home SimpleNilFacetUserHome manages SimpleNilFacetUser
- {
- };
-};
-
-#endif /*SIMPLE_USER_IDL*/