home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)mtconfig.tcl /main/titanic/4
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)mtconfig.tcl /main/titanic/4 4 Sep 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "mtcontaine.tcl"
-
- Class MTConfig : {MTContainer} {
- constructor
- method destructor
- method associations
- }
-
- constructor MTConfig {class this name fromRepObj toRepObj} {
- set this [MTContainer::constructor $class $this $name $fromRepObj $toRepObj]
- # Start constructor user section
- $this setVersionableClass phaseVersions MTPhase
- $this level Config
- $this createConflictingObjects
- # End constructor user section
- return $this
- }
-
- method MTConfig::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this MTContainer::destructor
- }
-
- method MTConfig::associations {this} {
-
- # don't return 'customFileVersions' because they
- # can't be merged (belongs to another 'view')
- return phaseVersions
- }
-
- # Do not delete this line -- regeneration end marker
-
-