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 / Developer University / DU Projects / Sample1 / Sources / SOMPtMc.cpp < prev   
Encoding:
Text File  |  1996-08-22  |  1.1 KB  |  44 lines  |  [TEXT/CWIE]

  1. //========================================================================================
  2. //
  3. //    File:                SOMPtMc.cpp
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    © 1993-1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifdef SYMANTEC_CPLUS
  11. #define PRAGMA_IMPORT_SUPPORTED 1 
  12. #endif 
  13.  
  14. // Note: Defines.k must be included before FWSOMPrt.h
  15. #ifndef DEFINES_K
  16. #include "Defines.k"
  17. #endif
  18.  
  19. #ifndef FWSOMPRT_H
  20. #include "FWSOMPrt.h"
  21. #endif
  22.  
  23. #ifndef PART_H
  24. #include "Part.h"
  25. #endif
  26.  
  27. //========================================================================================
  28. //
  29. //========================================================================================
  30.  
  31. #ifdef SYMANTEC_CPLUS
  32. #define SOMInit main 
  33. #endif 
  34.  
  35. #ifdef FW_BUILD_MAC
  36. #pragma segment sample1
  37. #endif
  38.  
  39. //========================================================================================
  40. //
  41. //========================================================================================
  42.  
  43. FW_SOMPART(DevUniv, Sample1, CSample1Part)
  44.