home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)mtcontaine.tcl /main/titanic/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)mtcontaine.tcl /main/titanic/1 4 Sep 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "mtversion.tcl"
-
- Class MTContainer : {MTVersion} {
- constructor
- method destructor
- }
-
- constructor MTContainer {class this name fromRepObj toRepObj} {
- set this [MTVersion::constructor $class $this $name $fromRepObj $toRepObj]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method MTContainer::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this MTVersion::destructor
- }
-
- # Do not delete this line -- regeneration end marker
-
-