home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)revengstdl.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)revengstdl.tcl /main/hindenburg/1 15 Aug 1996 Copyright 1996 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "revengdlg.tcl"
-
- Class RevEngStDlg : {RevEngDlg} {
- method destructor
- constructor
- }
-
- method RevEngStDlg::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this RevEngDlg::destructor
- }
-
- constructor RevEngStDlg {class this name} {
- set this [RevEngDlg::constructor $class $this $name "SmallTalk" "reveng_st"]
- return $this
- }
-
- # Do not delete this line -- regeneration end marker
-
-