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