summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/GPS/GPS.cidl
blob: 7fe6e4dbd648c809f6f0e25113a5e233c304e8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $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$