summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/SimpleCommon.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Components/SimpleCommon.idl')
-rw-r--r--CIAO/tests/DAnCE/Components/SimpleCommon.idl28
1 files changed, 0 insertions, 28 deletions
diff --git a/CIAO/tests/DAnCE/Components/SimpleCommon.idl b/CIAO/tests/DAnCE/Components/SimpleCommon.idl
deleted file mode 100644
index 2307775eec1..00000000000
--- a/CIAO/tests/DAnCE/Components/SimpleCommon.idl
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef SIMPLE_COMMON_IDL
-#define SIMPLE_COMMON_IDL
-
-#include "Components.idl"
-
-#pragma ciao lem "SimpleCommonE.idl"
-
-module Simple
-{
- interface Trigger
- {
- void hello (in string hello);
- };
-
- local interface LocalTrigger
- {
- void hello (in string hello);
- };
-
-#if !defined (CCM_NOEVENT)
- eventtype Hello
- {
- public string hello_;
- };
-#endif
-};
-
-#endif /*SIMPLE_COMMON_IDL*/