home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / fm50docedi.tcl < prev    next >
Text File  |  1996-06-05  |  1KB  |  37 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cadre Technologies Inc.    1996
  4. #
  5. #      File:           @(#)fm50docedi.tcl    /main/3
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)fm50docedi.tcl    /main/3   5 Jun 1996 Copyright 1996 Cadre Technologies Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14. require "fmdocedito.tcl"
  15.  
  16. Class Fm50DocEditor : {FmDocEditor} {
  17.     constructor
  18.     method destructor
  19. }
  20.  
  21. constructor Fm50DocEditor {class this name_1} {
  22.     set this [FmDocEditor::constructor $class $this $name_1]
  23.     # Start constructor user section
  24.     $this version 50
  25.     # End constructor user section
  26.     return $this
  27. }
  28.  
  29. method Fm50DocEditor::destructor {this} {
  30.     # Start destructor user section
  31.     # End destructor user section
  32.     $this FmDocEditor::destructor
  33. }
  34.  
  35. # Do not delete this line -- regeneration end marker
  36.  
  37.