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:
@@ -13,11 +13,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <XSAlgo.hxx>
|
||||
|
||||
#include <Interface_Static.hxx>
|
||||
#include <ShapeAlgo.hxx>
|
||||
#include <ShapeProcess_OperLibrary.hxx>
|
||||
#include <XSAlgo.hxx>
|
||||
#include <XSAlgo_AlgoContainer.hxx>
|
||||
|
||||
static Handle(XSAlgo_AlgoContainer) theContainer;
|
||||
|
@@ -42,29 +42,6 @@ public:
|
||||
//! Returns default AlgoContainer
|
||||
Standard_EXPORT static Handle(XSAlgo_AlgoContainer) AlgoContainer();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class XSAlgo_ToolContainer;
|
||||
friend class XSAlgo_AlgoContainer;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _XSAlgo_HeaderFile
|
||||
|
Reference in New Issue
Block a user