1
0
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:
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,11 +11,11 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#include <RWStepAP214.hxx>
#include <Interface_GeneralLib.hxx>
#include <Interface_ReaderLib.hxx>
#include <RWHeaderSection.hxx>
#include <RWStepAP214.hxx>
#include <RWStepAP214_GeneralModule.hxx>
#include <RWStepAP214_ReadWriteModule.hxx>
#include <StepAP214.hxx>

View File

@@ -34,55 +34,6 @@ public:
//! enforced the initialisation of the libraries
Standard_EXPORT static void Init();
protected:
private:
friend class RWStepAP214_ReadWriteModule;
friend class RWStepAP214_GeneralModule;
friend class RWStepAP214_RWAutoDesignActualDateAndTimeAssignment;
friend class RWStepAP214_RWAutoDesignActualDateAssignment;
friend class RWStepAP214_RWAutoDesignApprovalAssignment;
friend class RWStepAP214_RWAutoDesignDateAndPersonAssignment;
friend class RWStepAP214_RWAutoDesignGroupAssignment;
friend class RWStepAP214_RWAutoDesignNominalDateAndTimeAssignment;
friend class RWStepAP214_RWAutoDesignNominalDateAssignment;
friend class RWStepAP214_RWAutoDesignOrganizationAssignment;
friend class RWStepAP214_RWAutoDesignPersonAndOrganizationAssignment;
friend class RWStepAP214_RWAutoDesignPresentedItem;
friend class RWStepAP214_RWAutoDesignSecurityClassificationAssignment;
friend class RWStepAP214_RWAutoDesignDocumentReference;
friend class RWStepAP214_RWAppliedDateAndTimeAssignment;
friend class RWStepAP214_RWAppliedDateAssignment;
friend class RWStepAP214_RWAppliedApprovalAssignment;
friend class RWStepAP214_RWAppliedGroupAssignment;
friend class RWStepAP214_RWAppliedOrganizationAssignment;
friend class RWStepAP214_RWAppliedPersonAndOrganizationAssignment;
friend class RWStepAP214_RWAppliedPresentedItem;
friend class RWStepAP214_RWAppliedSecurityClassificationAssignment;
friend class RWStepAP214_RWAppliedDocumentReference;
friend class RWStepAP214_RWAppliedExternalIdentificationAssignment;
friend class RWStepAP214_RWClass;
friend class RWStepAP214_RWExternallyDefinedClass;
friend class RWStepAP214_RWExternallyDefinedGeneralProperty;
friend class RWStepAP214_RWRepItemGroup;
};
#endif // _RWStepAP214_HeaderFile