]> OCCT Git - occt-copy.git/commitdiff
# fixes for the compilation errors and warnings
authormpv <mpv@opencascade.com>
Mon, 11 Jan 2021 11:58:55 +0000 (14:58 +0300)
committeragv <agv@opencascade.com>
Sun, 24 Jan 2021 15:23:44 +0000 (18:23 +0300)
src/BinDrivers/BinDrivers_DocumentRetrievalDriver.hxx
src/BinLDrivers/BinLDrivers_DocumentStorageDriver.cxx
src/BinLDrivers/BinLDrivers_DocumentStorageDriver.hxx

index b7c51d8f7b5bc8359d13e0976a189e875904f9a2..163a092323b72eee264836fd8fbdfcfcadca55c0 100644 (file)
@@ -58,7 +58,8 @@ public:
   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)
index 53f3e99f29168c29f575782d4d0783932e16afea..0b1916c02d6576e98bf5133fc7fe657b10cf1615 100644 (file)
@@ -55,7 +55,7 @@ IMPLEMENT_STANDARD_RTTIEXT(BinLDrivers_DocumentStorageDriver,PCDM_StorageDriver)
 //purpose  : Constructor
 //=======================================================================
 
-BinLDrivers_DocumentStorageDriver::BinLDrivers_DocumentStorageDriver () : myIsQuickPart(Standard_True)
+BinLDrivers_DocumentStorageDriver::BinLDrivers_DocumentStorageDriver()
 {
 }
 
index fc7eb7c24ebd92f48f5344a4dbc4105e1f1157ba..64beca5ac47fc720fd595318546d5ec053d3e93f 100644 (file)
@@ -126,7 +126,6 @@ private:
   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;
 };