mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-07 09:47:21 +08:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -13,11 +13,12 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <ShapeProcess.hxx>
|
||||
|
||||
#include <NCollection_DataMap.hxx>
|
||||
#include <Message_Messenger.hxx>
|
||||
#include <Message_Msg.hxx>
|
||||
#include <Message_ProgressScope.hxx>
|
||||
#include <ShapeProcess.hxx>
|
||||
#include <ShapeProcess_Context.hxx>
|
||||
#include <ShapeProcess_Operator.hxx>
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
|
||||
@@ -54,32 +54,6 @@ public:
|
||||
const Standard_CString seq,
|
||||
const Message_ProgressRange& theProgress = Message_ProgressRange());
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class ShapeProcess_Context;
|
||||
friend class ShapeProcess_ShapeContext;
|
||||
friend class ShapeProcess_Operator;
|
||||
friend class ShapeProcess_UOperator;
|
||||
friend class ShapeProcess_OperLibrary;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _ShapeProcess_HeaderFile
|
||||
|
||||
Reference in New Issue
Block a user