home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
mtproprepo.tcl
< prev
next >
Wrap
Text File
|
1997-08-27
|
2KB
|
62 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)mtproprepo.tcl /main/titanic/3
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)mtproprepo.tcl /main/titanic/3 27 Aug 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require "browsdbobj.tcl"
Class MTPropRepObj : {PropertyValue BrowsDbObj} {
constructor
method destructor
method promoter
method browserObjType
method browserType
method versionName
}
constructor MTPropRepObj {class this name} {
set this [PropertyValue::constructor $class $this]
set this [BrowsDbObj::constructor $class $this $name]
# Start constructor user section
$this uiType Property
# End constructor user section
return $this
}
method MTPropRepObj::destructor {this} {
# Start destructor user section
# End destructor user section
$this BrowsDbObj::destructor
}
method MTPropRepObj::promoter {this} {
$this BrowsDbObj::promoter
}
proc MTPropRepObj::associations {} {
return {}
}
method MTPropRepObj::browserObjType {this} {
return MTPropRepObj
}
method MTPropRepObj::browserType {this} {
return Property
}
method MTPropRepObj::versionName {this} {
return ""
}
# Do not delete this line -- regeneration end marker