mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <AppParCurves_MultiPoint.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_DimensionError.hxx>
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
#include <TColgp_HArray1OfPnt.hxx>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class MMgt_TShared;
|
||||
class Standard_Transient;
|
||||
class Standard_OutOfRange;
|
||||
class Standard_DimensionError;
|
||||
class gp_Pnt;
|
||||
@@ -127,8 +127,8 @@ protected:
|
||||
|
||||
|
||||
|
||||
Handle(MMgt_TShared) ttabPoint;
|
||||
Handle(MMgt_TShared) ttabPoint2d;
|
||||
Handle(Standard_Transient) ttabPoint;
|
||||
Handle(Standard_Transient) ttabPoint2d;
|
||||
Standard_Integer nbP;
|
||||
Standard_Integer nbP2d;
|
||||
|
||||
|
Reference in New Issue
Block a user