// $Id$ -*- IDL -*- #ifndef GPS_CIDL #define GPS_CIDL #include "GPS.idl" composition session GPS_Impl { home executor GPSHome_exec { implements HUDisplay::GPSHome; manages GPS_exec; }; }; #endif /* GPS_CIDL */ //$Id$