home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: @(#)ucdsection.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)ucdsection.tcl /main/hindenburg/1 11 Jul 1996 Copyright 1996 Cadre Technologies Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "diagramsec.tcl"
-
- Class UcdSection : {DiagramSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor UcdSection {class this name document} {
- set this [DiagramSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method UcdSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this DiagramSection::destructor
- }
-
- method UcdSection::promoter {this document} {
- $this DiagramSection::promoter $document
-
- $this uiType UCD
- }
-
- # Do not delete this line -- regeneration end marker
-
-