home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------------
- -- FILE NAME: WIZFILE.HT
- --
- -- 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>
- #ifndef _$FILE_NAME:toupper$_
- #define _$FILE_NAME:toupper$_
-
- /*
- * COMPONENT_NAME: $FILE_NAME$.hpp
- *
- * FUNCTIONS:
- *
- * PURPOSE:
- */
-
- $FILE_HDR_FORWARDS$\<>
- $FILE_HDR_INCLUDES$\<>
- $FILE_HDR_CLASSES$\<>
- $FILE_HDR_OTHER$\<>
-
- #endif // _$FILE_NAME:toupper$_
- </code FILE>
- --
- -- default definitions
- --
- <code FILE_HDR_FORWARDS>
- </code>
- <code FILE_HDR_INCLUDES>
- </code>
- <code FILE_HDR_CLASSES>
- </code>
- <code FILE_HDR_OTHER>
- </code>