home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
cbcadsyste.tcl
< prev
next >
Wrap
Text File
|
1997-11-26
|
1KB
|
39 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)cbcadsyste.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)cbcadsyste.tcl /main/titanic/1 26 Nov 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require "cadsystemm.tcl"
require "cbcadmodel.tcl"
Class CBCADSystemModel : {CADSystemModel CBCADModel} {
constructor
method destructor
}
constructor CBCADSystemModel {class this i_configVersion i_systemVersion} {
set this [CADSystemModel::constructor $class $this $i_configVersion $i_systemVersion]
set this [CBCADModel::constructor $class $this]
# Start constructor user section
# End constructor user section
return $this
}
method CBCADSystemModel::destructor {this} {
# Start destructor user section
# End destructor user section
$this CADSystemModel::destructor
$this CBCADModel::destructor
}
# Do not delete this line -- regeneration end marker