summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Threading/Base/Threading.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Threading/Base/Threading.idl')
-rw-r--r--CIAO/tests/DAnCE/Threading/Base/Threading.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/tests/DAnCE/Threading/Base/Threading.idl b/CIAO/tests/DAnCE/Threading/Base/Threading.idl
deleted file mode 100644
index b14a16183ef..00000000000
--- a/CIAO/tests/DAnCE/Threading/Base/Threading.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file Threading.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef THREADING_IDL_
-#define THREADING_IDL_
-
-#include <Components.idl>
-
-#pragma ciao lem "Base/ThreadingE.idl"
-
-module Threading
-{
- interface interface_1 {
- void invoke_on_interface_1 ();
- };
-
- interface interface_2 {
- void invoke_on_interface_2 ();
- };
-};
-
-#endif /* THREADING_IDL_ */