home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)cbcadphase.tcl /main/titanic/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)cbcadphase.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 "cadphasemo.tcl"
- require "cbcadmodel.tcl"
-
- Class CBCADPhaseModel : {CADPhaseModel CBCADModel} {
- constructor
- method destructor
- }
-
- constructor CBCADPhaseModel {class this i_configVersion i_phaseVersion} {
- set this [CADPhaseModel::constructor $class $this $i_configVersion $i_phaseVersion]
- set this [CBCADModel::constructor $class $this]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method CBCADPhaseModel::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this CADPhaseModel::destructor
- $this CBCADModel::destructor
- }
-
- # Do not delete this line -- regeneration end marker
-
-