home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)wordcodsec.tcl /main/titanic/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)wordcodsec.tcl /main/titanic/1 18 Jul 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require_module_file "worddiagra.tcl" word
-
- Class WordCodSection : {WordDiagramSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor WordCodSection {class this name document} {
- set this [WordDiagramSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method WordCodSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this WordDiagramSection::destructor
- }
-
- method WordCodSection::promoter {this} {
- $this WordDiagramSection::promoter $document
- $this uiType COD
- }
-
- # Do not delete this line -- regeneration end marker
-
-