home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)vsfilelink.tcl /main/hindenburg/3
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)vsfilelink.tcl /main/hindenburg/3 16 May 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
-
- # This class represents a VCM controlled file
- # for otsh applications.
-
- Class VSFileLink : {Object} {
- constructor
- method destructor
- method promoter
- }
-
- constructor VSFileLink {class this name} {
- set this [Object::constructor $class $this $name]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method VSFileLink::destructor {this} {
- # Start destructor user section
- # End destructor user section
- }
-
- method VSFileLink::promoter {this} {
- # do nothing: otsh modules redefine this
- # to promote to the right subclass
- }
-
- # Do not delete this line -- regeneration end marker
-
-