home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / smarts / dts / mycls.cpp < prev    next >
Encoding:
Text File  |  1996-02-21  |  835 b   |  26 lines

  1. --------------------------------------------------------------------------------
  2. --
  3. -- COPYRIGHT:
  4. --   IBM WorkFrame - Project Smarts
  5. --   (C) Copyright International Business Machines Corporation 1996
  6. --   Licensed Material - Program-Property of IBM - All Rights Reserved.
  7. --   US Government Users Restricted Rights - Use, duplication, or disclosure
  8. --   restricted by GSA ADP Schedule Contract with IBM Corp.
  9. --
  10. --------------------------------------------------------------------------------
  11. <include prologcp.tde>
  12.  
  13. #define EXorImp_$CLASS_NAME$ _Export
  14. #include "$HEADER_NAME1$.hh"
  15.  
  16. #pragma SOMDefine($CLASS_NAME$)
  17.  
  18. // $CLASS_NAME$ constructor
  19. $CLASS_NAME$::$CLASS_NAME$()
  20. {
  21.   //========================================
  22.   // Write your constructor code here
  23.   //========================================
  24. }
  25.  
  26.