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:
@@ -11,10 +11,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESDefs.hxx>
|
||||
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESDefs.hxx>
|
||||
#include <IGESDefs_GeneralModule.hxx>
|
||||
#include <IGESDefs_Protocol.hxx>
|
||||
#include <IGESDefs_ReadWriteModule.hxx>
|
||||
|
@@ -39,46 +39,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESDefs_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESDefs_AssociativityDef;
|
||||
friend class IGESDefs_MacroDef;
|
||||
friend class IGESDefs_UnitsData;
|
||||
friend class IGESDefs_AttributeDef;
|
||||
friend class IGESDefs_TabularData;
|
||||
friend class IGESDefs_GenericData;
|
||||
friend class IGESDefs_AttributeTable;
|
||||
friend class IGESDefs_ToolAssociativityDef;
|
||||
friend class IGESDefs_ToolMacroDef;
|
||||
friend class IGESDefs_ToolUnitsData;
|
||||
friend class IGESDefs_ToolAttributeDef;
|
||||
friend class IGESDefs_ToolTabularData;
|
||||
friend class IGESDefs_ToolGenericData;
|
||||
friend class IGESDefs_ToolAttributeTable;
|
||||
friend class IGESDefs_Protocol;
|
||||
friend class IGESDefs_ReadWriteModule;
|
||||
friend class IGESDefs_GeneralModule;
|
||||
friend class IGESDefs_SpecificModule;
|
||||
friend class IGESDefs_HArray1OfHArray1OfTextDisplayTemplate;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESDefs_HeaderFile
|
||||
|
Reference in New Issue
Block a user