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