home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: @(#)sgrouplcld.tcl 1.3
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)sgrouplcld.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 SGroupLCLDbObj : {SystemGroupLinkList CListObj} {
- method destructor
- constructor
- }
-
- method SGroupLCLDbObj::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this CListObj::destructor
- }
-
- constructor SGroupLCLDbObj {class this name} {
- set this [SystemGroupLinkList::constructor $class $this $name]
- set this [CListObj::constructor $class $this $name]
- return $this
- }
-
- selfPromoter SystemGroupLinkList {this} {
- SGroupLCLDbObj promote $this
- }
-
- proc SGroupLCLDbObj::associations {} {
- return [CListObj::associations]
- }
-
- proc SGroupLCLDbObj::childTypes {assoc} {
- return [CListObj::childTypes $assoc]
- }
-
- proc SGroupLCLDbObj::controlledLists {} {
- return [CListObj::controlledLists]
- }
-
- proc SGroupLCLDbObj::infoProperties {} {
- return [CListObj::infoProperties]
- }
-
- # Do not delete this line -- regeneration end marker
-
-