home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------------
- -- FILE NAME: WIZFILE.CT
- --
- -- DESCRIPTION:
- -- OLE Compound Document Framework File file template
- --
- -- COPYRIGHT:
- -- IBM Open Class Library
- -- (C) Copyright International Business Machines Corporation 1992, 1996
- -- Licensed Material - Program-Property of IBM - All Rights Reserved.
- -- US Government Users Restricted Rights - Use, duplication, or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- --
- --------------------------------------------------------------------------------
- <code FILE>
- /*
- * COMPONENT_NAME: $FILE_NAME$.cpp
- *
- * FUNCTIONS:
- *
- * PURPOSE:
- *
- */
-
- #include "$FILE_NAME$.hpp"
-
- $FILE_SRC_INCLUDES$\<>
- $FILE_SRC_FORWARDS$\<>
- $FILE_SRC_MACROS$\<>
- $FILE_SRC_STATICS$\<>
- $FILE_SRC_CLASSES$\<>
- $FILE_SRC_OTHER$\<>
- </code FILE>
- --
- -- default definitions
- --
- <code FILE_SRC_FORWARDS>\</code>
- <code FILE_SRC_INCLUDES>\</code>
- <code FILE_SRC_MACROS>\</code>
- <code FILE_SRC_STATICS>\</code>
- <code FILE_SRC_CLASSES>\</code>
- <code FILE_SRC_OTHER>\</code>