home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 970 b | 29 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWObjSpc.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWOBJSPC_H
- #define FWOBJSPC_H
-
- //========================================================================================
- // Forward Declarations
- //========================================================================================
-
- class FW_CDesc;
-
- //========================================================================================
- // Utilities
- //========================================================================================
-
- void FW_CreateObjSpecifier(ODDescType desiredClass,
- FW_CDesc& theContainer,
- ODDescType keyForm,
- FW_CDesc& keyData,
- FW_CDesc& objectSpecifier);
-
- #endif // FWOBJSPC_H