home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)makesectio.tcl 1.5
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)makesectio.tcl 1.5 27 Nov 1995 Copyright 1994 Westmount Technology
-
- # Start user added include file section
- # End user added include file section
-
- require "textrefsec.tcl"
-
- Class MakeSection : {TextRefSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor MakeSection {class this name document} {
- set this [TextRefSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method MakeSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this TextRefSection::destructor
- }
-
- method MakeSection::promoter {this document} {
- $this FileRefSection::promoter $document
-
- $this uiType MakeFile
- }
-
- # Do not delete this line -- regeneration end marker
-
-