mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <TopOpeBRep_VPointInterIterator.hxx>
|
||||
#include <TopOpeBRepTool_ShapeTool.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TopOpeBRep_FFDumper,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TopOpeBRep_FFDumper,Standard_Transient)
|
||||
|
||||
#ifdef OCCT_DEBUG
|
||||
static TCollection_AsciiString PRODINP("dinp ");
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include <TopoDS_Face.hxx>
|
||||
#include <TopTools_DataMapOfShapeInteger.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <TopOpeBRepDS_Kind.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class TopOpeBRep_LineInter;
|
||||
@@ -33,10 +33,10 @@ class TopoDS_Shape;
|
||||
|
||||
|
||||
class TopOpeBRep_FFDumper;
|
||||
DEFINE_STANDARD_HANDLE(TopOpeBRep_FFDumper, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(TopOpeBRep_FFDumper, Standard_Transient)
|
||||
|
||||
|
||||
class TopOpeBRep_FFDumper : public MMgt_TShared
|
||||
class TopOpeBRep_FFDumper : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(TopOpeBRep_FFDumper,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(TopOpeBRep_FFDumper,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -34,7 +34,7 @@
|
||||
#include <TopOpeBRepTool_PROJECT.hxx>
|
||||
#include <TopOpeBRepTool_ShapeTool.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TopOpeBRep_Hctxee2d,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TopOpeBRep_Hctxee2d,Standard_Transient)
|
||||
|
||||
#ifdef OCCT_DEBUG
|
||||
#include <GeomTools_SurfaceSet.hxx>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <Geom2dAdaptor_Curve.hxx>
|
||||
#include <IntRes2d_Domain.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class TopoDS_Edge;
|
||||
class BRepAdaptor_Surface;
|
||||
@@ -33,10 +33,10 @@ class IntRes2d_Domain;
|
||||
|
||||
|
||||
class TopOpeBRep_Hctxee2d;
|
||||
DEFINE_STANDARD_HANDLE(TopOpeBRep_Hctxee2d, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(TopOpeBRep_Hctxee2d, Standard_Transient)
|
||||
|
||||
|
||||
class TopOpeBRep_Hctxee2d : public MMgt_TShared
|
||||
class TopOpeBRep_Hctxee2d : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(TopOpeBRep_Hctxee2d,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(TopOpeBRep_Hctxee2d,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include <TopOpeBRep_Hctxff2d.hxx>
|
||||
#include <TopOpeBRepTool_ShapeTool.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TopOpeBRep_Hctxff2d,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TopOpeBRep_Hctxff2d,Standard_Transient)
|
||||
|
||||
//=======================================================================
|
||||
//function : TopOpeBRep_Hctxff2d
|
||||
|
@@ -24,17 +24,17 @@
|
||||
#include <GeomAbs_SurfaceType.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class BRepAdaptor_HSurface;
|
||||
class TopoDS_Face;
|
||||
|
||||
|
||||
class TopOpeBRep_Hctxff2d;
|
||||
DEFINE_STANDARD_HANDLE(TopOpeBRep_Hctxff2d, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(TopOpeBRep_Hctxff2d, Standard_Transient)
|
||||
|
||||
|
||||
class TopOpeBRep_Hctxff2d : public MMgt_TShared
|
||||
class TopOpeBRep_Hctxff2d : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(TopOpeBRep_Hctxff2d,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(TopOpeBRep_Hctxff2d,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user