home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
cbpropitem.tcl
< prev
next >
Wrap
Text File
|
1996-06-11
|
1KB
|
38 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)cbpropitem.tcl /main/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)cbpropitem.tcl /main/2 11 Jun 1996 Copyright 1996 Cadre Technologies Inc.
# Start user added include file section
# End user added include file section
Class CBPropItem : {GCObject} {
method destructor
constructor
attribute workItem
attribute item
}
method CBPropItem::destructor {this} {
# Start destructor user section
# End destructor user section
}
constructor CBPropItem {class this item workItem} {
set this [GCObject::constructor $class $this]
$this item $item
$this workItem $workItem
# Start constructor user section
# End constructor user section
return $this
}
# Do not delete this line -- regeneration end marker