mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -36,7 +36,7 @@ class XmlTObjDrivers_DocumentRetrievalDriver :
|
||||
// Constructor
|
||||
|
||||
Standard_EXPORT virtual Handle(XmlMDF_ADriverTable) AttributeDrivers
|
||||
(const Handle(CDM_MessageDriver)& theMsgDriver);
|
||||
(const Handle(CDM_MessageDriver)& theMsgDriver) Standard_OVERRIDE;
|
||||
|
||||
public:
|
||||
// Declaration of CASCADE RTTI
|
||||
|
@@ -37,7 +37,7 @@ class XmlTObjDrivers_DocumentStorageDriver :
|
||||
// Constructor
|
||||
|
||||
Standard_EXPORT virtual Handle(XmlMDF_ADriverTable) AttributeDrivers
|
||||
(const Handle(CDM_MessageDriver)& theMsgDriver);
|
||||
(const Handle(CDM_MessageDriver)& theMsgDriver) Standard_OVERRIDE;
|
||||
|
||||
public:
|
||||
// Declaration of CASCADE RTTI
|
||||
|
@@ -30,20 +30,20 @@ class XmlTObjDrivers_IntSparseArrayDriver : public XmlMDF_ADriver
|
||||
(const Handle(CDM_MessageDriver)& theMessageDriver);
|
||||
// constructor
|
||||
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const;
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
|
||||
// Creates a new attribute
|
||||
|
||||
Standard_EXPORT Standard_Boolean Paste
|
||||
(const XmlObjMgt_Persistent& theSource,
|
||||
const Handle(TDF_Attribute)& theTarget,
|
||||
XmlObjMgt_RRelocationTable& theRelocTable) const;
|
||||
XmlObjMgt_RRelocationTable& theRelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <theSource> and put it
|
||||
// into <theTarget>
|
||||
|
||||
Standard_EXPORT void Paste
|
||||
(const Handle(TDF_Attribute)& theSource,
|
||||
XmlObjMgt_Persistent& theTarget,
|
||||
XmlObjMgt_SRelocationTable& theRelocTable) const;
|
||||
XmlObjMgt_SRelocationTable& theRelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>
|
||||
|
||||
|
@@ -30,13 +30,13 @@ class XmlTObjDrivers_ModelDriver : public XmlMDF_ADriver
|
||||
(const Handle(CDM_MessageDriver)& theMessageDriver);
|
||||
// constructor
|
||||
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const;
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
|
||||
// Creates a new attribute
|
||||
|
||||
Standard_EXPORT Standard_Boolean Paste
|
||||
(const XmlObjMgt_Persistent& Source,
|
||||
const Handle(TDF_Attribute)& Target,
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
@@ -46,7 +46,7 @@ class XmlTObjDrivers_ModelDriver : public XmlMDF_ADriver
|
||||
Standard_EXPORT void Paste
|
||||
(const Handle(TDF_Attribute)& Source,
|
||||
XmlObjMgt_Persistent& Target,
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
|
@@ -31,13 +31,13 @@ class XmlTObjDrivers_ObjectDriver : public XmlMDF_ADriver
|
||||
(const Handle(CDM_MessageDriver)& theMessageDriver);
|
||||
// constructor
|
||||
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const;
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
|
||||
// Creates a new attribute
|
||||
|
||||
Standard_EXPORT Standard_Boolean Paste
|
||||
(const XmlObjMgt_Persistent& Source,
|
||||
const Handle(TDF_Attribute)& Target,
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
@@ -47,7 +47,7 @@ class XmlTObjDrivers_ObjectDriver : public XmlMDF_ADriver
|
||||
Standard_EXPORT void Paste
|
||||
(const Handle(TDF_Attribute)& Source,
|
||||
XmlObjMgt_Persistent& Target,
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
|
@@ -31,13 +31,13 @@ class XmlTObjDrivers_ReferenceDriver : public XmlMDF_ADriver
|
||||
(const Handle(CDM_MessageDriver)& theMessageDriver);
|
||||
// constructor
|
||||
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const;
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
|
||||
// Creates a new attribute
|
||||
|
||||
Standard_EXPORT Standard_Boolean Paste
|
||||
(const XmlObjMgt_Persistent& Source,
|
||||
const Handle(TDF_Attribute)& Target,
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
@@ -45,7 +45,7 @@ class XmlTObjDrivers_ReferenceDriver : public XmlMDF_ADriver
|
||||
Standard_EXPORT void Paste
|
||||
(const Handle(TDF_Attribute)& Source,
|
||||
XmlObjMgt_Persistent& Target,
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
|
@@ -31,13 +31,13 @@ class XmlTObjDrivers_XYZDriver : public XmlMDF_ADriver
|
||||
(const Handle(CDM_MessageDriver)& theMessageDriver);
|
||||
// constructor
|
||||
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const;
|
||||
Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
|
||||
// Creates a new attribute
|
||||
|
||||
Standard_EXPORT Standard_Boolean Paste
|
||||
(const XmlObjMgt_Persistent& Source,
|
||||
const Handle(TDF_Attribute)& Target,
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_RRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
@@ -45,7 +45,7 @@ class XmlTObjDrivers_XYZDriver : public XmlMDF_ADriver
|
||||
Standard_EXPORT void Paste
|
||||
(const Handle(TDF_Attribute)& Source,
|
||||
XmlObjMgt_Persistent& Target,
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const;
|
||||
XmlObjMgt_SRelocationTable& RelocTable) const Standard_OVERRIDE;
|
||||
// Translate the contents of <aSource> and put it
|
||||
// into <aTarget>, using the relocation table
|
||||
// <aRelocTable> to keep the sharings.
|
||||
|
Reference in New Issue
Block a user