home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (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
-
-