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