home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
a83genmsg.tcl
< prev
next >
Wrap
Text File
|
1997-10-20
|
1KB
|
27 lines
# Class '%1' is persistent.
global E_PERSISTCLASS; set E_PERSISTCLASS "390001"
# Class '%1' has Visibility 'Private Extensions' but has no parent. It will be treated as private.
global E_PRIVEXTNOPARENT; set E_PRIVEXTNOPARENT "390002"
# Class '%1' has a bidirectional association to class '%2' - association will be ignored.
global E_BIDIRASSOC; set E_BIDIRASSOC "390003"
# Class '%1' : external class source file '%2' not found.
global E_NOEXTCLASSSOURCE; set E_NOEXTCLASSSOURCE "390004"
# Class '%1' with 'Public' visibility has attribute '%2' with '%3' access.
global E_PUBCLASSPRIVATTR; set E_PUBCLASSPRIVATTR "390005"
# Class '%1' with 'Public' visiblilty has link or association attribute with '%2' with '%3' access.
global E_PUBCLASSPRIVASSOC; set E_PUBCLASSPRIVASSOC "390006"
# Operation '%1' of class '%2' must have a return type.
global E_OPERNORETTYPE; set E_OPERNORETTYPE "390007"
# Mode of parameter '%1' in operation '%2' of class '%3' must be in.
global E_OPERPARAMNOTIN; set E_OPERPARAMNOTIN "390008"
# Default value for parameter '%s' not generated since this parameter is followed by parameters without default values.
global W_NOPARAMDEFAULTS; set W_NOPARAMDEFAULTS "390009"