1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0032743: Coding Rules - remove unused class friends of Package classes

This commit is contained in:
kgv
2021-12-19 11:29:36 +03:00
committed by smoskvin
parent 1bc34debc1
commit ce7fe22d97
190 changed files with 87 additions and 4181 deletions

View File

@@ -13,9 +13,9 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#include <VrmlAPI.hxx>
#include <TopoDS_Shape.hxx>
#include <VrmlAPI.hxx>
#include <VrmlAPI_Writer.hxx>
Standard_Boolean VrmlAPI::Write(const TopoDS_Shape& aShape, const Standard_CString aFileName, const Standard_Integer aVersion) {

View File

@@ -38,28 +38,6 @@ public:
//! to the file identified by aFileName using default parameters.
Standard_EXPORT static Standard_Boolean Write (const TopoDS_Shape& aShape, const Standard_CString aFileName, const Standard_Integer aVersion = 2);
protected:
private:
friend class VrmlAPI_Writer;
};
#endif // _VrmlAPI_HeaderFile