home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / Draw / Sources / SOMIter.cpp < prev    next >
Encoding:
Text File  |  1996-04-25  |  542 b   |  24 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                SOMIter.cpp
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Author:                Henri Lamiraux
  7. //
  8. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //========================================================================================
  11.  
  12. #ifndef FWPRTITE_H
  13. #include "FWPrtIte.h"
  14. #endif
  15.  
  16. #ifndef FWSOMITE_H
  17. #include "FWSOMIte.h"
  18. #endif
  19.  
  20. #ifdef FW_BUILD_MAC
  21. #pragma segment odfdraw
  22. #endif
  23.  
  24. FW_SOMITERATOR(ODFExamples, ODFDraw)