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:
@@ -13,14 +13,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// -------
|
||||
// Version: 0.0
|
||||
//Version Date Purpose
|
||||
// 0.0 Nov 14 1997 Creation
|
||||
#include <TDF.hxx>
|
||||
|
||||
#include <Standard_GUID.hxx>
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
#include <TDF.hxx>
|
||||
#include <TDF_GUIDProgIDMap.hxx>
|
||||
|
||||
static TDF_GUIDProgIDMap guidprogidmap;
|
||||
|
@@ -58,54 +58,6 @@ public:
|
||||
//! Returns True if there is ProgID for given <ID> then ProgID is returned in <ProgID>
|
||||
Standard_EXPORT static Standard_Boolean ProgIDFromGUID (const Standard_GUID& ID, TCollection_ExtendedString& ProgID);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class TDF_Data;
|
||||
friend class TDF_Label;
|
||||
friend class TDF_Attribute;
|
||||
friend class TDF_TagSource;
|
||||
friend class TDF_Reference;
|
||||
friend class TDF_ClosureMode;
|
||||
friend class TDF_ClosureTool;
|
||||
friend class TDF_CopyTool;
|
||||
friend class TDF_CopyLabel;
|
||||
friend class TDF_ComparisonTool;
|
||||
friend class TDF_Transaction;
|
||||
friend class TDF_Delta;
|
||||
friend class TDF_AttributeDelta;
|
||||
friend class TDF_DeltaOnAddition;
|
||||
friend class TDF_DeltaOnForget;
|
||||
friend class TDF_DeltaOnResume;
|
||||
friend class TDF_DeltaOnRemoval;
|
||||
friend class TDF_DeltaOnModification;
|
||||
friend class TDF_DefaultDeltaOnRemoval;
|
||||
friend class TDF_DefaultDeltaOnModification;
|
||||
friend class TDF_ChildIterator;
|
||||
friend class TDF_ChildIDIterator;
|
||||
friend class TDF_DataSet;
|
||||
friend class TDF_RelocationTable;
|
||||
friend class TDF_Tool;
|
||||
friend class TDF_LabelMapHasher;
|
||||
friend class TDF_IDFilter;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _TDF_HeaderFile
|
||||
|
Reference in New Issue
Block a user