summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/GPS/GPS.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Display/GPS/GPS.idl')
-rw-r--r--CIAO/examples/Display/GPS/GPS.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/CIAO/examples/Display/GPS/GPS.idl b/CIAO/examples/Display/GPS/GPS.idl
deleted file mode 100644
index a3a437d98db..00000000000
--- a/CIAO/examples/Display/GPS/GPS.idl
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-/**
- * @file GPS.idl
- *
- * Definition of the GPS component.
- *
- * @author Nanbor Wang <nanbor@cs.wustl.edu>
- */
-#ifndef GPS_IDL
-#define GPS_IDL
-
-#include "../Display_Base/Display_Base.idl"
-
-module HUDisplay
-{
- component GPS
- {
- provides position MyLocation;
- publishes tick Ready;
- consumes tick Refresh;
- };
-
- home GPSHome manages GPS
- {
- };
-};
-
-#endif /* GPS_IDL */