home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / smarts / ole / wizfile.ht < prev    next >
Encoding:
Text File  |  1996-02-21  |  1.1 KB  |  45 lines

  1. --------------------------------------------------------------------------------
  2. -- FILE NAME: WIZFILE.HT
  3. --
  4. -- DESCRIPTION:
  5. --   OLE Compound Document Framework File file template
  6. --
  7. -- COPYRIGHT:
  8. --   IBM Open Class Library
  9. --   (C) Copyright International Business Machines Corporation 1992, 1996
  10. --   Licensed Material - Program-Property of IBM - All Rights Reserved.
  11. --   US Government Users Restricted Rights - Use, duplication, or disclosure
  12. --   restricted by GSA ADP Schedule Contract with IBM Corp.
  13. --
  14. --------------------------------------------------------------------------------
  15. <code FILE>
  16. #ifndef _$FILE_NAME:toupper$_
  17. #define _$FILE_NAME:toupper$_
  18.  
  19. /*
  20.  *    COMPONENT_NAME: $FILE_NAME$.hpp
  21.  *    
  22.  *    FUNCTIONS: 
  23.  *    
  24.  *    PURPOSE: 
  25.  */
  26.  
  27. $FILE_HDR_FORWARDS$\<>
  28. $FILE_HDR_INCLUDES$\<>
  29. $FILE_HDR_CLASSES$\<>
  30. $FILE_HDR_OTHER$\<>
  31.  
  32. #endif // _$FILE_NAME:toupper$_
  33. </code FILE>
  34. --
  35. -- default definitions
  36. --
  37. <code FILE_HDR_FORWARDS>
  38. </code>
  39. <code FILE_HDR_INCLUDES>
  40. </code>
  41. <code FILE_HDR_CLASSES>
  42. </code>
  43. <code FILE_HDR_OTHER>
  44. </code>
  45.