Standard_EXPORT virtual void Clear() Standard_OVERRIDE;
//! Enables reading in the quick part access mode.
- Standard_EXPORT virtual void EnableQuickPartReading(const Handle(Message_Messenger)& theMessageDriver, Standard_Boolean theValue);
+ Standard_EXPORT virtual void EnableQuickPartReading
+ (const Handle(Message_Messenger)& theMessageDriver, Standard_Boolean theValue) Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(BinDrivers_DocumentRetrievalDriver,BinLDrivers_DocumentRetrievalDriver)
//purpose : Constructor
//=======================================================================
-BinLDrivers_DocumentStorageDriver::BinLDrivers_DocumentStorageDriver () : myIsQuickPart(Standard_True)
+BinLDrivers_DocumentStorageDriver::BinLDrivers_DocumentStorageDriver()
{
}
TColStd_IndexedMapOfTransient myTypesMap;
BinLDrivers_VectorOfDocumentSection mySections;
TCollection_ExtendedString myFileName;
- Standard_Boolean myIsQuickPart;
//! Sizes of labels and some attributes that will be stored in the second pass
NCollection_List<Handle(BinObjMgt_Position)> mySizesToWrite;
};