home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: @(#)phasecldbo.tcl /main/3
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)phasecldbo.tcl /main/3 12 Jun 1996 Copyright 1996 Cadre Technologies Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "clistobj.tcl"
-
- Class PhaseCLDbObj : {CListObj PhaseList} {
- method destructor
- constructor
- }
-
- method PhaseCLDbObj::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this CListObj::destructor
- }
-
- constructor PhaseCLDbObj {class this name} {
- set this [PhaseList::constructor $class $this $name]
- set this [CListObj::constructor $class $this $name]
- return $this
- }
-
- selfPromoter PhaseList {this} {
- PhaseCLDbObj promote $this
- }
-
- proc PhaseCLDbObj::associations {} {
- return [CListObj::associations]
- }
-
- proc PhaseCLDbObj::childTypes {assoc} {
- return [CListObj::childTypes $assoc]
- }
-
- proc PhaseCLDbObj::controlledLists {} {
- return [CListObj::controlledLists]
- }
-
- proc PhaseCLDbObj::infoProperties {} {
- return [CListObj::infoProperties]
- }
-
- # Do not delete this line -- regeneration end marker
-
-