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