home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 1.2 KB | 49 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: SOMPart.cpp
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifdef SYMANTEC_CPLUS
- #define PRAGMA_IMPORT_SUPPORTED 1
- #endif
-
- // Note: Defines.h must be included before FWSOMPrt.h
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWSOMPRT_H
- #include "FWSOMPrt.h"
- #endif
-
- #ifndef PART_H
- #include "Part.h"
- #endif
-
- //========================================================================================
- //
- //========================================================================================
-
- #ifdef SYMANTEC_CPLUS
- #define SOMInit main
- #endif
-
- #ifdef FW_BUILD_MAC
- #pragma segment odfcontainer
- #endif
-
- //========================================================================================
- //
- //========================================================================================
-
- #if defined(__MWERKS__) && GENERATING68K
- // A hack to work around a bug
- #pragma import list somParentNumResolve, somNewObjectInstance
- #endif
-
- FW_SOMPART(ODFExamples, ODFContainer, CContainerPart)
-