summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.idl')
-rw-r--r--CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.idl b/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.idl
deleted file mode 100644
index 37431ca8134..00000000000
--- a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-// $Id$
-
-#ifndef SIMPLE_EMITTER_IDL
-#define SIMPLE_EMITTER_IDL
-
-#include "SimpleCommon.idl"
-#include "Components.idl"
-
-module Simple
-{
- component SimpleEmitter
- {
- emits Hello hello;
- };
-
- home SimpleEmitterHome manages SimpleEmitter
- {
- };
-};
-
-#endif /*SIMPLE_EMITTER_IDL*/