mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026961: Recover possibility to read files in old persistence format -- preparation
Added basic support for possibility to read filed in old persistent format. Toolkits TKStd, TKStdL, TKShape added to provide necessary tools (to be done). Obsolete interfaces are removed from classes in PCDM and Storage.
This commit is contained in:
@@ -16,15 +16,18 @@
|
||||
;#
|
||||
proc ApplicationFramework:toolkits { } {
|
||||
return [list \
|
||||
TKCDF \
|
||||
TKLCAF \
|
||||
TKVCAF \
|
||||
TKCDF \
|
||||
TKLCAF \
|
||||
TKVCAF \
|
||||
TKCAF \
|
||||
TKBinL \
|
||||
TKXmlL \
|
||||
TKBin \
|
||||
TKXml \
|
||||
FWOSPlugin \
|
||||
FWOSPlugin \
|
||||
TKStdL \
|
||||
TKStd \
|
||||
TKShape \
|
||||
TKTObj \
|
||||
TKBinTObj \
|
||||
TKXmlTObj \
|
||||
@@ -34,10 +37,10 @@ proc ApplicationFramework:toolkits { } {
|
||||
;# Autres UDs a prendre.
|
||||
;#
|
||||
proc ApplicationFramework:ressources { } {
|
||||
return [list \
|
||||
[list both r StdResource {}] \
|
||||
return [list \
|
||||
[list both r StdResource {}] \
|
||||
[list both r XmlOcafResource {}] \
|
||||
]
|
||||
]
|
||||
}
|
||||
;#
|
||||
;# Nom du module
|
||||
|
Reference in New Issue
Block a user