home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / MacApp CD Release / MacApp 2.0.1 (Many Libraries) / Libraries / PrivateInterfaces / UTranscriptView.p < prev   
Encoding:
Text File  |  1990-10-25  |  851 b   |  36 lines  |  [TEXT/MPS ]

  1. {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
  2. { UTranscriptView.p }
  3. { Copyright © 1984-1990  Apple Computer, Inc.  All rights reserved. }
  4.  
  5. {$IFC UNDEFINED UsingIncludes}
  6. {$SETC UsingIncludes := FALSE}
  7. {$ENDC}
  8.  
  9. UNIT UTranscriptView;
  10.  
  11.     INTERFACE
  12.  
  13.         USES
  14. {$SETC __UTranscriptView__ := TRUE}
  15.             { • MacApp }
  16.             {$U $$Shell(MAPInterfaces)UMacApp} UMacApp,
  17.  
  18.             { • Implementation use }
  19.             {$U $$Shell(MAPInterfaces)ULoMem} ULoMem,
  20.  
  21.             Desk, FixMath, Resources, Memory, Script, OSEvents, PasLibIntf, Errors, Traps, Strings;
  22.  
  23. {$SETC __UTranscriptView__ := FALSE}
  24.             { • Include the public interface }
  25.             {$SETC _UTranscriptViewIncludes := UsingIncludes}
  26.             {$SETC UsingIncludes := TRUE}
  27.             {$I+}
  28.             {$I $$Shell(MAPInterfaces)UTranscriptView.p}
  29.             {$SETC UsingIncludes := _UTranscriptViewIncludes}
  30.  
  31.     IMPLEMENTATION
  32.  
  33.         {$I UTranscriptView.inc1.p}
  34.  
  35. END.
  36.