1
0
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:
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

@@ -11,10 +11,10 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#include <RWHeaderSection.hxx>
#include <HeaderSection.hxx>
#include <HeaderSection_Protocol.hxx>
#include <RWHeaderSection.hxx>
#include <RWHeaderSection_GeneralModule.hxx>
#include <RWHeaderSection_ReadWriteModule.hxx>
#include <StepData.hxx>

View File

@@ -34,32 +34,6 @@ public:
//! enforced the initialisation of the libraries
Standard_EXPORT static void Init();
protected:
private:
friend class RWHeaderSection_ReadWriteModule;
friend class RWHeaderSection_GeneralModule;
friend class RWHeaderSection_RWFileName;
friend class RWHeaderSection_RWFileDescription;
friend class RWHeaderSection_RWFileSchema;
};
#endif // _RWHeaderSection_HeaderFile