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:
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user