home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
vsfilelink.tcl
< prev
next >
Wrap
Text File
|
1997-06-06
|
1KB
|
43 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)vsfilelink.tcl /main/titanic/4
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)vsfilelink.tcl /main/titanic/4 6 Jun 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