home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)wd97ccdsec.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)wd97ccdsec.tcl /main/hindenburg/1 23 May 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "wd97diagra.tcl"
-
- Class Wd97CcdSection : {Wd97DiagramSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor Wd97CcdSection {class this name document} {
- set this [Wd97DiagramSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method Wd97CcdSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this Wd97DiagramSection::destructor
- }
-
- method Wd97CcdSection::promoter {this document} {
- $this Wd97DiagramSection::promoter $document
- $this uiType CCD
- }
-
- # Do not delete this line -- regeneration end marker
-
-