home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)maketempla.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)maketempla.tcl /main/hindenburg/1 10 Oct 1996 Copyright 1996 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "textrefsec.tcl"
-
- Class MaketemplateSection : {TextRefSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor MaketemplateSection {class this name document} {
- set this [TextRefSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method MaketemplateSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this TextRefSection::destructor
- }
-
- method MaketemplateSection::promoter {this document} {
- $this FileRefSection::promoter $document
-
- $this uiType MakeTemplate
- }
-
- # Do not delete this line -- regeneration end marker
-
-