summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component/Null_Interface.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Null_Component/Null_Interface.idl')
-rw-r--r--CIAO/examples/Null_Component/Null_Interface.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/CIAO/examples/Null_Component/Null_Interface.idl b/CIAO/examples/Null_Component/Null_Interface.idl
deleted file mode 100644
index 572af07b3f1..00000000000
--- a/CIAO/examples/Null_Component/Null_Interface.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @file Null_Interface.idl
- *
- * @author Abdul Sowayan <sowayan@gmail.com>
- */
-
-#ifndef NULL_INTERFACE_IDL
-#define NULL_INTERFACE_IDL
-
-#pragma ciao lem "Null_InterfaceE.idl"
-
-/**
- * @interface Null_Interface
- */
-interface Null_Interface
-{
- void null_operation();
-};
-
-#endif /* NULL_INTERFACE_IDL */