home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.1 KB | 54 lines | [TEXT/MPS ] |
- /*
- File: TextObjectUtilities.idl
-
- Contains: Text object Utilities Interfaces.
-
- Version: Technology: System 8
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __TEXTOBJECTUTILITIES_IDL__
- #define __TEXTOBJECTUTILITIES_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __CONDITIONALMACROS_IDL__
- #include <ConditionalMacros.idl>
- #endif
- #ifndef __UNICODE_IDL__
- #include <Unicode.idl>
- #endif
- #ifndef __TEXTOBJECTS_IDL__
- #include <TextObjects.idl>
- #endif
- #ifndef __AEDATAMODEL_IDL__
- #include <AEDataModel.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE
- /* Text object resource types */
- #endif
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- #endif
- #if FOR_SYSTEM8_PREEMPTIVE
- #if FOR_PTR_BASED_AE
- /* The caller must provide the text object to be filled in. */
- #endif
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __TEXTOBJECTUTILITIES_IDL__ */
-
-