home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: @(#)fm50docsec.tcl /main/4
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)fm50docsec.tcl /main/4 12 Jun 1996 Copyright 1996 Cadre Technologies Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "fmdocsecti.tcl"
-
- Class Fm50DocSection : {FmDocSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor Fm50DocSection {class this name document} {
- set this [FmDocSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method Fm50DocSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this FmDocSection::destructor
- }
-
- method Fm50DocSection::promoter {this document} {
-
- $this FmSection::promoter $document
-
- $this uiType Document
- global classCount
- $this _contentsGenerator [Fm50DocConGen new \
- Fm50DocConGen$classCount $this]
- incr classCount
- set version [[[$this document] editor] version]
- $this initContents fm${version}doc.con
- }
-
- # Do not delete this line -- regeneration end marker
-
-