home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
syscldbobj.tcl
< prev
next >
Wrap
Text File
|
1996-06-12
|
1KB
|
55 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)syscldbobj.tcl /main/3
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)syscldbobj.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 SysCLDbObj : {CListObj SystemList} {
method destructor
constructor
}
method SysCLDbObj::destructor {this} {
# Start destructor user section
# End destructor user section
$this CListObj::destructor
}
constructor SysCLDbObj {class this name} {
set this [SystemList::constructor $class $this $name]
set this [CListObj::constructor $class $this $name]
return $this
}
selfPromoter SystemList {this} {
SysCLDbObj promote $this
}
proc SysCLDbObj::associations {} {
return [CListObj::associations]
}
proc SysCLDbObj::childTypes {assoc} {
return [CListObj::childTypes $assoc]
}
proc SysCLDbObj::controlledLists {} {
return [CListObj::controlledLists]
}
proc SysCLDbObj::infoProperties {} {
return [CListObj::infoProperties]
}
# Do not delete this line -- regeneration end marker