home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: @(#)ilucdsecti.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)ilucdsecti.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 "ildiagrams.tcl"
-
- Class IlUcdSection : {IlDiagramSection} {
- constructor
- method destructor
- method promoter
- }
-
- constructor IlUcdSection {class this name document} {
- set this [IlDiagramSection::constructor $class $this $name $document]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method IlUcdSection::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this IlDiagramSection::destructor
- }
-
- method IlUcdSection::promoter {this document} {
- $this IlDiagramSection::promoter $document
-
- $this uiType UCD
- }
-
- # Do not delete this line -- regeneration end marker
-
-