mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
#include <ChFiDS_ErrorStatus.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <GeomAbs_CurveType.hxx>
|
||||
class TopoDS_Edge;
|
||||
class ChFiDS_HElSpine;
|
||||
@@ -45,7 +45,7 @@ class TopoDS_Vertex;
|
||||
#endif
|
||||
|
||||
class ChFiDS_Spine;
|
||||
DEFINE_STANDARD_HANDLE(ChFiDS_Spine, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(ChFiDS_Spine, Standard_Transient)
|
||||
|
||||
//! Contains information necessary for construction of
|
||||
//! a 3D fillet or chamfer:
|
||||
@@ -70,7 +70,7 @@ DEFINE_STANDARD_HANDLE(ChFiDS_Spine, MMgt_TShared)
|
||||
//! the approach and double the Spine of line C2 with
|
||||
//! the known consequences for management of
|
||||
//! interactions between KPart Blend in Fil3d.
|
||||
class ChFiDS_Spine : public MMgt_TShared
|
||||
class ChFiDS_Spine : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -230,7 +230,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(ChFiDS_Spine,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(ChFiDS_Spine,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user