home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
locobject.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
1KB
|
41 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)locobject.tcl 1.2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)locobject.tcl 1.2 15 Feb 1996 Copyright 1996 Cadre Technologies Inc.
# Start user added include file section
# End user added include file section
require "custdefsob.tcl"
Class LocObject : {CustDefsObject} {
constructor
method destructor
attribute phase
attribute fileType
attribute componentType
attribute labelType
attribute condition
}
constructor LocObject {class this name specification} {
set this [CustDefsObject::constructor $class $this $name $specification]
# Start constructor user section
# End constructor user section
return $this
}
method LocObject::destructor {this} {
# Start destructor user section
# End destructor user section
$this CustDefsObject::destructor
}
# Do not delete this line -- regeneration end marker