mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GeomTools.hxx>
|
||||
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <GeomTools.hxx>
|
||||
#include <GeomTools_Curve2dSet.hxx>
|
||||
#include <GeomTools_CurveSet.hxx>
|
||||
#include <GeomTools_SurfaceSet.hxx>
|
||||
|
@@ -79,31 +79,6 @@ public:
|
||||
//! in case of error
|
||||
Standard_EXPORT static void GetReal (Standard_IStream& IS, Standard_Real& theValue);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomTools_UndefinedTypeHandler;
|
||||
friend class GeomTools_SurfaceSet;
|
||||
friend class GeomTools_CurveSet;
|
||||
friend class GeomTools_Curve2dSet;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomTools_HeaderFile
|
||||
|
Reference in New Issue
Block a user