home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWThread / FWThread.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  465 b   |  22 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWThread.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWTHREAD_H
  11. #define FWTHREAD_H
  12.  
  13. #ifndef FWTHRDGD_H
  14. #include "FWThrdGd.h"
  15. #endif
  16.  
  17. #ifndef SLTHRDGD_H
  18. #include "SLThrdGd.h"
  19. #endif
  20.  
  21. #endif
  22.