home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / IOInterface / deltaIOSystem.icl < prev    next >
Encoding:
Modula Implementation  |  1997-04-23  |  322 b   |  12 lines  |  [TEXT/3PRM]

  1. implementation module deltaIOSystem;
  2.  
  3. //    DeviceDefinitions:
  4.  
  5. import    timerDef, menuDef, windowDef, dialogDef;
  6.  
  7. ::    IOSystem     *s *io    :==    [DeviceSystem s io];
  8. ::    DeviceSystem *s *io    =    TimerSystem        [TimerDef    s io]
  9.                         |    MenuSystem        [MenuDef     s io]
  10.                         |    WindowSystem    [WindowDef    s io]
  11.                         |    DialogSystem    [DialogDef    s io];
  12.