home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (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
-
-