home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
intdictnod.tcl
< prev
next >
Wrap
Text File
|
1997-06-12
|
2KB
|
46 lines
# Copyright (c) 1996 by Cayenne Software Inc.
#
# This software is furnished under a license and may be used only in
# accordance with the terms of such license and with the inclusion of
# the above copyright notice. This software or any other copies thereof
# may not be provided or otherwise made available to any other person.
# No title to and ownership of the software is hereby transferred.
#
# The information in this software is subject to change without notice
# and should not be construed as a commitment by Cayenne Software Inc
#
#---------------------------------------------------------------------------
#
# File : @(#)intdictnod.tcl /main/titanic/1
# Author : H. Broeze
# Original date : 6 Sep 1996
# Description : Installation of RTM integration
#
#---------------------------------------------------------------------------
#
# @(#)intdictnod.tcl /main/titanic/1 12 Jun 1997 Copyright 1996 Cayenne Software
# Start user added include file section
# End user added include file section
Class INTDictNode : {Object} {
constructor
method destructor
}
constructor INTDictNode {class this name} {
set this [Object::constructor $class $this $name]
# Start constructor user section
# End constructor user section
return $this
}
method INTDictNode::destructor {this} {
# Start destructor user section
# End destructor user section
}
# Do not delete this line -- regeneration end marker