summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/CIAO/Components/SimpleEmitter.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-13 17:22:17 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-13 17:22:17 +0000
commitcf6ebdfcbc675f685d73c94f525dd96b2be23dc1 (patch)
tree37db28c064f54c3d7a14cb23039a36dd23c53086 /modules/CIAO/DAnCE/tests/CIAO/Components/SimpleEmitter.idl
parent2eb1f1d2e93d2e28e7c1806c2af50406d5ebf7e1 (diff)
downloadATCD-cf6ebdfcbc675f685d73c94f525dd96b2be23dc1.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/DAnCE/tests/CIAO/Components/SimpleEmitter.idl')
-rw-r--r--modules/CIAO/DAnCE/tests/CIAO/Components/SimpleEmitter.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/CIAO/DAnCE/tests/CIAO/Components/SimpleEmitter.idl b/modules/CIAO/DAnCE/tests/CIAO/Components/SimpleEmitter.idl
deleted file mode 100644
index 37431ca8134..00000000000
--- a/modules/CIAO/DAnCE/tests/CIAO/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*/