home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)makefilese.tcl /main/titanic/3
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)makefilese.tcl /main/titanic/3 21 Jan 1997 Copyright 1996 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require_module_file "textrefsec.tcl" docwriter
-
- Class MakefileSection : {TextRefSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor MakefileSection {class this name document} {
- set this [TextRefSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method MakefileSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this TextRefSection::destructor
- }
-
- method MakefileSection::promoter {this} {
- $this uiType Makefile
- }
-
- # Do not delete this line -- regeneration end marker
-
-