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 98f539d6034..00000000000
--- a/CIAO/examples/Null_Component/Null_Interface.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @file Null_Interface.idl
- *
- * @author Abdul Sowayan <abdullah.sowayan@lmco.com>
- */
-
-#ifndef NULL_INTERFACE_IDL
-#define NULL_INTERFACE_IDL
-
-/**
- * @interface Null_Interface
- *
- * @brief
- */
-interface Null_Interface
-{
- void null_operation();
-};
-
-#endif /* NULL_INTERFACE_IDL */