1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0028832: MMgt_TShared can be replaced by Standard_Transient

This commit is contained in:
kgv
2017-07-06 10:38:18 +03:00
committed by bugmaster
parent e958a649c6
commit 25e59720d6
980 changed files with 2451 additions and 2539 deletions

View File

@@ -41,7 +41,7 @@
#include <Standard_ConstructionError.hxx>
#include <Standard_Type.hxx>
IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_CurveConstraint,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_CurveConstraint,Standard_Transient)
//---------------------------------------------------------
// Constructeur vide

View File

@@ -24,7 +24,7 @@
#include <Standard_Boolean.hxx>
#include <GeomLProp_SLProps.hxx>
#include <Standard_Real.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class Adaptor3d_HCurveOnSurface;
class Adaptor3d_HCurve;
class Geom2d_Curve;
@@ -37,11 +37,11 @@ class gp_Vec;
class GeomPlate_CurveConstraint;
DEFINE_STANDARD_HANDLE(GeomPlate_CurveConstraint, MMgt_TShared)
DEFINE_STANDARD_HANDLE(GeomPlate_CurveConstraint, Standard_Transient)
//! Defines curves as constraints to be used to deform a surface.
class GeomPlate_CurveConstraint : public MMgt_TShared
class GeomPlate_CurveConstraint : public Standard_Transient
{
public:
@@ -151,7 +151,7 @@ public:
DEFINE_STANDARD_RTTIEXT(GeomPlate_CurveConstraint,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(GeomPlate_CurveConstraint,Standard_Transient)
protected:

View File

@@ -31,7 +31,7 @@
#include <Standard_ConstructionError.hxx>
#include <Standard_Type.hxx>
IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_PointConstraint,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(GeomPlate_PointConstraint,Standard_Transient)
//---------------------------------------------------------
// Constructeurs avec un point

View File

@@ -27,7 +27,7 @@
#include <Standard_Real.hxx>
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class Geom_Surface;
class Standard_ConstructionError;
class gp_Pnt;
@@ -37,11 +37,11 @@ class GeomLProp_SLProps;
class GeomPlate_PointConstraint;
DEFINE_STANDARD_HANDLE(GeomPlate_PointConstraint, MMgt_TShared)
DEFINE_STANDARD_HANDLE(GeomPlate_PointConstraint, Standard_Transient)
//! Defines points as constraints to be used to deform a surface.
class GeomPlate_PointConstraint : public MMgt_TShared
class GeomPlate_PointConstraint : public Standard_Transient
{
public:
@@ -146,7 +146,7 @@ public:
DEFINE_STANDARD_RTTIEXT(GeomPlate_PointConstraint,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(GeomPlate_PointConstraint,Standard_Transient)
protected: