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:
@@ -39,66 +39,6 @@ public:
|
||||
//! Returns a Protocol from IGESData (avoids to create it)
|
||||
Standard_EXPORT static Handle(IGESData_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESData_Protocol;
|
||||
friend class IGESData_IGESModel;
|
||||
friend class IGESData_IGESEntity;
|
||||
friend class IGESData_LineFontEntity;
|
||||
friend class IGESData_LevelListEntity;
|
||||
friend class IGESData_TransfEntity;
|
||||
friend class IGESData_ViewKindEntity;
|
||||
friend class IGESData_LabelDisplayEntity;
|
||||
friend class IGESData_ColorEntity;
|
||||
friend class IGESData_NameEntity;
|
||||
friend class IGESData_SingleParentEntity;
|
||||
friend class IGESData_UndefinedEntity;
|
||||
friend class IGESData_FreeFormatEntity;
|
||||
friend class IGESData_GlobalSection;
|
||||
friend class IGESData_DefSwitch;
|
||||
friend class IGESData_DirChecker;
|
||||
friend class IGESData_IGESReaderData;
|
||||
friend class IGESData_IGESReaderTool;
|
||||
friend class IGESData_ParamReader;
|
||||
friend class IGESData_ParamCursor;
|
||||
friend class IGESData_DirPart;
|
||||
friend class IGESData_IGESType;
|
||||
friend class IGESData_FileRecognizer;
|
||||
friend class IGESData_IGESWriter;
|
||||
friend class IGESData_IGESDumper;
|
||||
friend class IGESData_BasicEditor;
|
||||
friend class IGESData_ToolLocation;
|
||||
friend class IGESData_GeneralModule;
|
||||
friend class IGESData_DefaultGeneral;
|
||||
friend class IGESData_ReadWriteModule;
|
||||
friend class IGESData_SpecificModule;
|
||||
friend class IGESData_DefaultSpecific;
|
||||
friend class IGESData_FileProtocol;
|
||||
friend class IGESData_WriterLib;
|
||||
friend class IGESData_SpecificLib;
|
||||
friend class IGESData_GlobalNodeOfWriterLib;
|
||||
friend class IGESData_NodeOfWriterLib;
|
||||
friend class IGESData_GlobalNodeOfSpecificLib;
|
||||
friend class IGESData_NodeOfSpecificLib;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESData_HeaderFile
|
||||
|
Reference in New Issue
Block a user