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
Possibility to read shapes and OCAF documents from old persistence format (Std and StdL schema) is restored. Test cases used old persistent files on input are restored with suffix "_std" Removing toolkit from OS package
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
IMPLEMENT_STANDARD_RTTIEXT (StdDrivers_DocumentRetrievalDriver, StdLDrivers_DocumentRetrievalDriver)
|
||||
|
||||
//=======================================================================
|
||||
//function : BindTypes
|
||||
//function : bindTypes
|
||||
//purpose : Register types
|
||||
//=======================================================================
|
||||
void StdDrivers_DocumentRetrievalDriver::BindTypes (StdObjMgt_MapOfInstantiators& theMap)
|
||||
void StdDrivers_DocumentRetrievalDriver::bindTypes (StdObjMgt_MapOfInstantiators& theMap)
|
||||
{
|
||||
StdDrivers::BindTypes (theMap);
|
||||
}
|
||||
|
@@ -20,10 +20,11 @@
|
||||
class StdDrivers_DocumentRetrievalDriver : public StdLDrivers_DocumentRetrievalDriver
|
||||
{
|
||||
public:
|
||||
//! Register types.
|
||||
Standard_EXPORT virtual void BindTypes (StdObjMgt_MapOfInstantiators& theMap) Standard_OVERRIDE;
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT (StdDrivers_DocumentRetrievalDriver, StdLDrivers_DocumentRetrievalDriver)
|
||||
|
||||
protected:
|
||||
//! Register types.
|
||||
Standard_EXPORT virtual void bindTypes (StdObjMgt_MapOfInstantiators& theMap) Standard_OVERRIDE;
|
||||
};
|
||||
|
||||
#endif // _StdDrivers_DocumentRetrievalDriver_HeaderFile
|
||||
|
Reference in New Issue
Block a user