summaryrefslogtreecommitdiff
path: root/CIAO/examples/Null_Component_Glfa/Null_Interface.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Null_Component_Glfa/Null_Interface.idl')
-rw-r--r--CIAO/examples/Null_Component_Glfa/Null_Interface.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/CIAO/examples/Null_Component_Glfa/Null_Interface.idl b/CIAO/examples/Null_Component_Glfa/Null_Interface.idl
deleted file mode 100644
index 1d1ae6f27c2..00000000000
--- a/CIAO/examples/Null_Component_Glfa/Null_Interface.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file Null_Interface.idl
- *
- * @author Abdul Sowayan <sowayan@gmail.com>
- *
- * $Id$
- */
-
-#ifndef NULL_INTERFACE_IDL
-#define NULL_INTERFACE_IDL
-
-/**
- * @interface Null_Interface
- *
- * @brief
- */
-interface Null_Interface
-{
- void null_operation();
-};
-
-#endif /* NULL_INTERFACE_IDL */
-