0026961: Recover possibility to read files in old persistence format -- preparation
authormyn <myn@opencascade.com>
Wed, 9 Dec 2015 17:27:36 +0000 (20:27 +0300)
committerabv <abv@opencascade.com>
Fri, 25 Dec 2015 07:28:46 +0000 (10:28 +0300)
commit7ed7467da3bf2df0eb37564c28bbaeab021b3876
tree0fcd67abe5dacc669ae56ecb9cc4da110edbf6d2
parentede9746c21232929c710901467ef40c730d11d9d
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.
79 files changed:
adm/MODULES
adm/UDLIST
src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.cxx
src/BinLDrivers/BinLDrivers_DocumentRetrievalDriver.hxx
src/OS/ApplicationFramework.tcl
src/PCDM/PCDM.cxx
src/PCDM/PCDM.hxx
src/PCDM/PCDM_ReadWriter.cxx
src/PCDM/PCDM_ReadWriter_1.cxx
src/PCDM/PCDM_RetrievalDriver.cxx
src/PCDM/PCDM_RetrievalDriver.hxx
src/PCDM/PCDM_StorageDriver.cxx
src/ShapePersistent/FILES [new file with mode: 0644]
src/ShapePersistent/ShapePersistent.cxx [new file with mode: 0644]
src/ShapePersistent/ShapePersistent.hxx [new file with mode: 0644]
src/StdDrivers/FILES [new file with mode: 0644]
src/StdDrivers/StdDrivers.cxx [new file with mode: 0644]
src/StdDrivers/StdDrivers.hxx [new file with mode: 0644]
src/StdDrivers/StdDrivers_DocumentRetrievalDriver.cxx [new file with mode: 0644]
src/StdDrivers/StdDrivers_DocumentRetrievalDriver.hxx [new file with mode: 0644]
src/StdLDrivers/FILES [new file with mode: 0644]
src/StdLDrivers/StdLDrivers.cxx [new file with mode: 0644]
src/StdLDrivers/StdLDrivers.hxx [new file with mode: 0644]
src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.cxx [new file with mode: 0644]
src/StdLDrivers/StdLDrivers_DocumentRetrievalDriver.hxx [new file with mode: 0644]
src/StdLPersistent/FILES [new file with mode: 0644]
src/StdLPersistent/StdLPersistent.cxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent.hxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PColStd_HArray1.hxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PColStd_HArray1Base.cxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PColStd_HArray1Base.hxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PCollection_HExtendedString.cxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PCollection_HExtendedString.hxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDF_Data.cxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDF_Data.hxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDataStd_Integer.cxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDataStd_Integer.hxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDataStd_Name.cxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDataStd_Name.hxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDocStd_Document.cxx [new file with mode: 0644]
src/StdLPersistent/StdLPersistent_PDocStd_Document.hxx [new file with mode: 0644]
src/StdObjMgt/FILES [new file with mode: 0644]
src/StdObjMgt/StdObjMgt_MapOfInstantiators.cxx [new file with mode: 0644]
src/StdObjMgt/StdObjMgt_MapOfInstantiators.hxx [new file with mode: 0644]
src/StdObjMgt/StdObjMgt_Persistent.cxx [new file with mode: 0644]
src/StdObjMgt/StdObjMgt_Persistent.hxx [new file with mode: 0644]
src/StdObjMgt/StdObjMgt_ReadData.cxx [new file with mode: 0644]
src/StdObjMgt/StdObjMgt_ReadData.hxx [new file with mode: 0644]
src/StdPersistent/FILES [new file with mode: 0644]
src/StdPersistent/StdPersistent.cxx [new file with mode: 0644]
src/StdPersistent/StdPersistent.hxx [new file with mode: 0644]
src/StdResource/Plugin
src/StdResource/Standard
src/StdResource/StandardLite
src/Storage/Storage_HeaderData.cxx
src/Storage/Storage_HeaderData.hxx
src/Storage/Storage_Root.cxx
src/Storage/Storage_Root.hxx
src/Storage/Storage_RootData.cxx
src/Storage/Storage_RootData.hxx
src/Storage/Storage_Schema.cxx
src/Storage/Storage_Schema.hxx
src/Storage/Storage_Schema.lxx
src/Storage/Storage_TypeData.cxx
src/Storage/Storage_TypeData.hxx
src/TKShape/CMakeLists.txt [new file with mode: 0644]
src/TKShape/EXTERNLIB [new file with mode: 0644]
src/TKShape/FILES [new file with mode: 0644]
src/TKShape/PACKAGES [new file with mode: 0644]
src/TKStd/CMakeLists.txt [new file with mode: 0644]
src/TKStd/EXTERNLIB [new file with mode: 0644]
src/TKStd/FILES [new file with mode: 0644]
src/TKStd/PACKAGES [new file with mode: 0644]
src/TKStdL/CMakeLists.txt [new file with mode: 0644]
src/TKStdL/EXTERNLIB [new file with mode: 0644]
src/TKStdL/FILES [new file with mode: 0644]
src/TKStdL/PACKAGES [new file with mode: 0644]
src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.cxx
src/XmlLDrivers/XmlLDrivers_DocumentRetrievalDriver.hxx