home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / modula2 / library / queuem2 / quedata.mod < prev    next >
Text File  |  1989-08-02  |  423b  |  15 lines

  1. (* source: h:\modula\code\queues\QueData.MOD  v1.0a         revised: 88.07.19
  2.    author: G.Greene, AGCS D/429 (NS/TS), 312/681-7783       created: 88.07.19
  3.  
  4.    function:
  5.     This file is a dummy implementation module for the definition module
  6.     which has declarations shared by modules external to QueuExam.
  7.  
  8.    history:
  9.     88.07.19  1.0a  initial release.
  10. *)
  11.  
  12. IMPLEMENTATION MODULE QueData;
  13.  
  14. END QueData.
  15.