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

  1. --------------------------------------------------------------------------------
  2. -- FILE NAME: WIZFILE.CT
  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. /*    
  17.  *    COMPONENT_NAME: $FILE_NAME$.cpp
  18.  *    
  19.  *    FUNCTIONS: 
  20.  *    
  21.  *    PURPOSE: 
  22.  *    
  23.  */
  24.  
  25. #include "$FILE_NAME$.hpp"
  26.  
  27. $FILE_SRC_INCLUDES$\<>
  28. $FILE_SRC_FORWARDS$\<>
  29. $FILE_SRC_MACROS$\<>
  30. $FILE_SRC_STATICS$\<>
  31. $FILE_SRC_CLASSES$\<>
  32. $FILE_SRC_OTHER$\<>
  33. </code FILE>
  34. --
  35. -- default definitions
  36. --
  37. <code FILE_SRC_FORWARDS>\</code>
  38. <code FILE_SRC_INCLUDES>\</code>
  39. <code FILE_SRC_MACROS>\</code>
  40. <code FILE_SRC_STATICS>\</code>
  41. <code FILE_SRC_CLASSES>\</code>
  42. <code FILE_SRC_OTHER>\</code>
  43.