summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplayEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplayEI.idl')
-rw-r--r--TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplayEI.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplayEI.idl b/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplayEI.idl
deleted file mode 100644
index e82e48244cd..00000000000
--- a/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplayEI.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-// $Id$
-
-/**
- * @file NavDisplayEI.idl
- *
- * Definition of the NavDisplay (navigation display) component implementation.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-
-#ifndef NAVDISPLAYEI_IDL
-#define NAVDISPLAYEI_IDL
-
-#include "NavDisplayE.idl"
-
-module HUDisplay
-{
- /**
- * @interface NavDisplay_Exec
- *
- * The actually GPS executor inherits from both CCM_GPS and
- * CCM_position interfaces as a monolithic implementation.
- */
- local interface NavDisplay_Exec :
- CCM_NavDisplay,
- Components::SessionComponent
- {
- };
-
-};
-
-#endif /* NAVDISPLAYEI_IDL */