home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
requiredmo.tcl
< prev
next >
Wrap
Text File
|
1997-08-19
|
1KB
|
37 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)requiredmo.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)requiredmo.tcl /main/titanic/1 19 Aug 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
Class RequiredModuleInfo : {GCObject} {
constructor
method destructor
attribute requiringObj
attribute requiredKind
attribute requiredMod
}
constructor RequiredModuleInfo {class this} {
set this [GCObject::constructor $class $this]
# Start constructor user section
# End constructor user section
return $this
}
method RequiredModuleInfo::destructor {this} {
# Start destructor user section
# End destructor user section
}
# Do not delete this line -- regeneration end marker