home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
msumlsumma.tcl
< prev
next >
Wrap
Text File
|
1997-08-29
|
1KB
|
45 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)msumlsumma.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)msumlsumma.tcl /main/titanic/2 29 Aug 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
Class MSUMLSummaryInformation : {OleAutoObject} {
method destructor
constructor
method promoter
attribute msObject
attribute objectType
}
method MSUMLSummaryInformation::destructor {this} {
# Start destructor user section
set msObject [$this msObject]
if [llength $msObject] {
if [isCommand $msObject] {
$msObject delete
}
}
# End destructor user section
}
constructor MSUMLSummaryInformation {class this typeName} {
set this [OleAutoObject::constructor $class $this ObjectTeamMsRepUml.$typeName]
}
method MSUMLSummaryInformation::promoter {this} {
$this msObject [$this property msObject]
$this objectType [$this property objectType]
}
# Do not delete this line -- regeneration end marker