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:
@@ -37,7 +37,7 @@
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
#include <stdio.h>
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESData_IGESEntity,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESData_IGESEntity,Standard_Transient)
|
||||
|
||||
#define ThisEntity Handle(IGESData_IGESEntity)::DownCast(This())
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Character.hxx>
|
||||
#include <Interface_EntityList.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <IGESData_DefType.hxx>
|
||||
#include <IGESData_DefList.hxx>
|
||||
@@ -50,11 +50,11 @@ class Interface_EntityList;
|
||||
|
||||
|
||||
class IGESData_IGESEntity;
|
||||
DEFINE_STANDARD_HANDLE(IGESData_IGESEntity, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(IGESData_IGESEntity, Standard_Transient)
|
||||
|
||||
//! defines root of IGES Entity definition, including Directory
|
||||
//! Part, lists of (optionnal) Properties and Associativities
|
||||
class IGESData_IGESEntity : public MMgt_TShared
|
||||
class IGESData_IGESEntity : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -330,7 +330,7 @@ friend class IGESData_IGESReaderTool;
|
||||
friend class IGESData_DirChecker;
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(IGESData_IGESEntity,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(IGESData_IGESEntity,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class IGESData_GlobalNodeOfSpecificLib;
|
||||
class IGESData_IGESEntity;
|
||||
class IGESData_SpecificModule;
|
||||
@@ -29,10 +29,10 @@ class IGESData_SpecificLib;
|
||||
|
||||
|
||||
class IGESData_NodeOfSpecificLib;
|
||||
DEFINE_STANDARD_HANDLE(IGESData_NodeOfSpecificLib, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(IGESData_NodeOfSpecificLib, Standard_Transient)
|
||||
|
||||
|
||||
class IGESData_NodeOfSpecificLib : public MMgt_TShared
|
||||
class IGESData_NodeOfSpecificLib : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI_INLINE(IGESData_NodeOfSpecificLib,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTI_INLINE(IGESData_NodeOfSpecificLib,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class IGESData_GlobalNodeOfWriterLib;
|
||||
class IGESData_IGESEntity;
|
||||
class IGESData_ReadWriteModule;
|
||||
@@ -29,10 +29,10 @@ class IGESData_WriterLib;
|
||||
|
||||
|
||||
class IGESData_NodeOfWriterLib;
|
||||
DEFINE_STANDARD_HANDLE(IGESData_NodeOfWriterLib, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(IGESData_NodeOfWriterLib, Standard_Transient)
|
||||
|
||||
|
||||
class IGESData_NodeOfWriterLib : public MMgt_TShared
|
||||
class IGESData_NodeOfWriterLib : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI_INLINE(IGESData_NodeOfWriterLib,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTI_INLINE(IGESData_NodeOfWriterLib,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include <Standard_DomainError.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESData_ToolLocation,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IGESData_ToolLocation,Standard_Transient)
|
||||
|
||||
#define TYPEFORASSOC 402
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Interface_GeneralLib.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class IGESData_IGESModel;
|
||||
class Standard_DomainError;
|
||||
@@ -34,7 +34,7 @@ class gp_Trsf;
|
||||
|
||||
|
||||
class IGESData_ToolLocation;
|
||||
DEFINE_STANDARD_HANDLE(IGESData_ToolLocation, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(IGESData_ToolLocation, Standard_Transient)
|
||||
|
||||
//! This Tool determines and gives access to effective Locations
|
||||
//! of IGES Entities as defined by the IGES Norm. These Locations
|
||||
@@ -56,7 +56,7 @@ DEFINE_STANDARD_HANDLE(IGESData_ToolLocation, MMgt_TShared)
|
||||
//!
|
||||
//! This is a TShared object, then it is easier to use in an
|
||||
//! interactive session
|
||||
class IGESData_ToolLocation : public MMgt_TShared
|
||||
class IGESData_ToolLocation : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -154,7 +154,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(IGESData_ToolLocation,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(IGESData_ToolLocation,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user