home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
vscmdhandl.tcl
< prev
next >
Wrap
Text File
|
1997-11-03
|
1KB
|
39 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)vscmdhandl.tcl /main/titanic/4
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)vscmdhandl.tcl /main/titanic/4 3 Nov 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
Class VSCmdHandler : {Object} {
constructor
method destructor
# Indicates whether error output must be suspended.
#
attribute errorsSuspended
}
constructor VSCmdHandler {class this name} {
set this [Object::constructor $class $this $name]
$this errorsSuspended 0
# Start constructor user section
# End constructor user section
return $this
}
method VSCmdHandler::destructor {this} {
# Start destructor user section
# End destructor user section
}
# Do not delete this line -- regeneration end marker