mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0030169: Application Framework - Document format version management improvement
This commit is contained in:
@@ -106,14 +106,4 @@ void BinDrivers_DocumentRetrievalDriver::Clear()
|
||||
BinLDrivers_DocumentRetrievalDriver::Clear();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : PropagateDocumentVersion
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
void BinDrivers_DocumentRetrievalDriver::PropagateDocumentVersion(
|
||||
const Standard_Integer theDocVersion )
|
||||
{
|
||||
BinMDataStd::SetDocumentVersion(theDocVersion);
|
||||
BinMNaming::SetDocumentVersion(theDocVersion);
|
||||
}
|
||||
|
||||
|
@@ -50,10 +50,6 @@ public:
|
||||
|
||||
//! Clears the NamedShape driver
|
||||
Standard_EXPORT virtual void Clear() Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT virtual void PropagateDocumentVersion (const Standard_Integer theVersion) Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(BinDrivers_DocumentRetrievalDriver,BinLDrivers_DocumentRetrievalDriver)
|
||||
|
Reference in New Issue
Block a user