mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0029195: OCAF - ensure thread safety for different documents.
OCAF persistence architecture modification to satisfy multi-threading criteria.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <XmlObjMgt_Element.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
|
||||
class XmlMDF_ADriverTable;
|
||||
class TCollection_ExtendedString;
|
||||
class CDM_Document;
|
||||
@@ -81,8 +82,7 @@ protected:
|
||||
const Handle(Message_ProgressIndicator)& theProgress = NULL);
|
||||
|
||||
Handle(XmlMDF_ADriverTable) myDrivers;
|
||||
XmlObjMgt_SRelocationTable myRelocTable;
|
||||
|
||||
XmlObjMgt_SRelocationTable myRelocTable;
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user