home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
subimport.tcl
< prev
next >
Wrap
Text File
|
1997-10-20
|
1KB
|
32 lines
###########################################################################
##
## Copyright (c) 1996 by Cadre Technologies Inc.
## and Scientific Toolworks Inc.
##
## This software is furnished under a license and may be used only in
## accordance with the terms of such license and with the inclusion of
## the above copyright notice. This software or any other copies thereof
## may not be provided or otherwise made available to any other person.
## No title to and ownership of the software is hereby transferred.
##
## The information in this software is subject to change without notice
## and should not be construed as a commitment by Cadre Technologies Inc.
## or Scientific Toolworks Inc.
##
###########################################################################
global ada95_body_type; set ada95_body_type "ada_body"
global ada95_spec_type; set ada95_spec_type "ada_spec"
proc getOoplTypesToGenerateFor {} {
return "$ada95_spec_type $ada95_body_type"
}
proc getNamesNotToGenerateFor {} {
return ""
}
proc supportPersistentCodeGen {} {
return 0
}