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