home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 939 b | 29 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWAcqScr.cpp
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWACQSCR_H
- #include "FWAcqScr.h"
- #endif
-
- //========================================================================================
- // Template Instantiations
- //========================================================================================
-
- FW_DEFINE_AUTO_TEMPLATE(FW_TAcquiredScriptableObject, FW_MScriptable)
- FW_DEFINE_AUTO_TEMPLATE(FW_TAcquiredScriptableObject, FW_CScriptableCollection)
-
- #ifdef FW_USE_TEMPLATE_PRAGMAS
-
- #pragma template_access public
- #pragma template FW_TAcquiredScriptableObject<FW_MScriptable>
- #pragma template FW_TAcquiredScriptableObject<FW_CScriptableCollection>
-
- #endif
-
-