1
0
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:
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

@@ -27,7 +27,7 @@
#include <TColStd_SequenceOfInteger.hxx>
#include <GeomAbs_JoinType.hxx>
#include <Standard_Boolean.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
#include <MAT2d_SequenceOfSequenceOfGeometry.hxx>
#include <TColStd_SequenceOfBoolean.hxx>
#include <Standard_Integer.hxx>
@@ -39,12 +39,12 @@ class MAT2d_MiniPath;
class MAT2d_Circuit;
DEFINE_STANDARD_HANDLE(MAT2d_Circuit, MMgt_TShared)
DEFINE_STANDARD_HANDLE(MAT2d_Circuit, Standard_Transient)
//! Constructs a circuit on a set of lines.
//! EquiCircuit gives a Circuit passing by all the lines
//! in a set and all the connexions of the minipath associated.
class MAT2d_Circuit : public MMgt_TShared
class MAT2d_Circuit : public Standard_Transient
{
public:
@@ -78,7 +78,7 @@ public:
DEFINE_STANDARD_RTTIEXT(MAT2d_Circuit,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(MAT2d_Circuit,Standard_Transient)
protected: