home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------------
- --
- -- COPYRIGHT:
- -- IBM WorkFrame - Project Smarts
- -- (C) Copyright International Business Machines Corporation 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.
- --
- --------------------------------------------------------------------------------
- <include prologcp.tde>
-
- #define EXorImp_$CLASS_NAME$ _Export
- #include "$HEADER_NAME1$.hh"
-
- #pragma SOMDefine($CLASS_NAME$)
-
- // $CLASS_NAME$ constructor
- $CLASS_NAME$::$CLASS_NAME$()
- {
- //========================================
- // Write your constructor code here
- //========================================
- }
-