mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -13,12 +13,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
//AGV 150202: Add parameter isClearText to SetStringValue()
|
||||
#include <XmlObjMgt.hxx>
|
||||
|
||||
#include <LDOM_Text.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
#include <XmlObjMgt.hxx>
|
||||
#include <XmlObjMgt_Document.hxx>
|
||||
|
||||
#include <errno.h>
|
||||
|
@@ -78,30 +78,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Boolean GetReal (const XmlObjMgt_DOMString& theString, Standard_Real& theValue);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class XmlObjMgt_Persistent;
|
||||
friend class XmlObjMgt_GP;
|
||||
friend class XmlObjMgt_Array1;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _XmlObjMgt_HeaderFile
|
||||
|
Reference in New Issue
Block a user