mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -13,10 +13,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// modified 20.04.2009 Sergey Zaritchny
|
||||
#include <XmlMDataXtd.hxx>
|
||||
|
||||
#include <Message_Messenger.hxx>
|
||||
#include <XmlMDataXtd.hxx>
|
||||
#include <XmlMDataXtd_ConstraintDriver.hxx>
|
||||
#include <XmlMDataXtd_GeometryDriver.hxx>
|
||||
#include <XmlMDataXtd_PatternStdDriver.hxx>
|
||||
|
@@ -38,31 +38,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Integer DocumentVersion();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class XmlMDataXtd_GeometryDriver;
|
||||
friend class XmlMDataXtd_ConstraintDriver;
|
||||
friend class XmlMDataXtd_PatternStdDriver;
|
||||
friend class XmlMDataXtd_TriangulationDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _XmlMDataXtd_HeaderFile
|
||||
|
Reference in New Issue
Block a user