home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
datasectio.tcl
< prev
next >
Wrap
Text File
|
1997-01-02
|
1KB
|
40 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1994
#
# File: @(#)datasectio.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)datasectio.tcl /main/titanic/1 2 Jan 1997 Copyright 1994 Westmount Technology
# Start user added include file section
# End user added include file section
require_module_file "localsecti.tcl" docwriter
Class DataSection : {LocalSection} {
constructor
method destructor
}
constructor DataSection {class this name document} {
set this [LocalSection::constructor $class $this $name $document]
# Start constructor user section
# End constructor user section
return $this
}
method DataSection::destructor {this} {
# Start destructor user section
# End destructor user section
$this LocalSection::destructor
}
proc DataSection::isAscii {} {
return 0
}
# Do not delete this line -- regeneration end marker