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

@@ -21,7 +21,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_AnalysisItemWithinRepresentation,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_AnalysisItemWithinRepresentation,Standard_Transient)
//=======================================================================
//function : StepElement_AnalysisItemWithinRepresentation

View File

@@ -19,17 +19,17 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_RepresentationItem;
class StepRepr_Representation;
class StepElement_AnalysisItemWithinRepresentation;
DEFINE_STANDARD_HANDLE(StepElement_AnalysisItemWithinRepresentation, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_AnalysisItemWithinRepresentation, Standard_Transient)
//! Representation of STEP entity AnalysisItemWithinRepresentation
class StepElement_AnalysisItemWithinRepresentation : public MMgt_TShared
class StepElement_AnalysisItemWithinRepresentation : public Standard_Transient
{
public:
@@ -68,7 +68,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_AnalysisItemWithinRepresentation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_AnalysisItemWithinRepresentation,Standard_Transient)
protected:

View File

@@ -19,7 +19,7 @@
#include <StepElement_CurveElementEndReleasePacket.hxx>
#include <StepElement_CurveElementFreedom.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_CurveElementEndReleasePacket,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_CurveElementEndReleasePacket,Standard_Transient)
//=======================================================================
//function : StepElement_CurveElementEndReleasePacket

View File

@@ -21,15 +21,15 @@
#include <StepElement_CurveElementFreedom.hxx>
#include <Standard_Real.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class StepElement_CurveElementFreedom;
class StepElement_CurveElementEndReleasePacket;
DEFINE_STANDARD_HANDLE(StepElement_CurveElementEndReleasePacket, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_CurveElementEndReleasePacket, Standard_Transient)
//! Representation of STEP entity CurveElementEndReleasePacket
class StepElement_CurveElementEndReleasePacket : public MMgt_TShared
class StepElement_CurveElementEndReleasePacket : public Standard_Transient
{
public:
@@ -56,7 +56,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_CurveElementEndReleasePacket,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_CurveElementEndReleasePacket,Standard_Transient)
protected:

View File

@@ -19,7 +19,7 @@
#include <StepElement_CurveElementSectionDefinition.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_CurveElementSectionDefinition,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_CurveElementSectionDefinition,Standard_Transient)
//=======================================================================
//function : StepElement_CurveElementSectionDefinition

View File

@@ -20,15 +20,15 @@
#include <Standard_Type.hxx>
#include <Standard_Real.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepElement_CurveElementSectionDefinition;
DEFINE_STANDARD_HANDLE(StepElement_CurveElementSectionDefinition, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_CurveElementSectionDefinition, Standard_Transient)
//! Representation of STEP entity CurveElementSectionDefinition
class StepElement_CurveElementSectionDefinition : public MMgt_TShared
class StepElement_CurveElementSectionDefinition : public Standard_Transient
{
public:
@@ -55,7 +55,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_CurveElementSectionDefinition,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_CurveElementSectionDefinition,Standard_Transient)
protected:

View File

@@ -19,7 +19,7 @@
#include <StepElement_ElementDescriptor.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_ElementDescriptor,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_ElementDescriptor,Standard_Transient)
//=======================================================================
//function : StepElement_ElementDescriptor

View File

@@ -20,15 +20,15 @@
#include <Standard_Type.hxx>
#include <StepElement_ElementOrder.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepElement_ElementDescriptor;
DEFINE_STANDARD_HANDLE(StepElement_ElementDescriptor, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_ElementDescriptor, Standard_Transient)
//! Representation of STEP entity ElementDescriptor
class StepElement_ElementDescriptor : public MMgt_TShared
class StepElement_ElementDescriptor : public Standard_Transient
{
public:
@@ -55,7 +55,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_ElementDescriptor,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_ElementDescriptor,Standard_Transient)
protected:

View File

@@ -19,7 +19,7 @@
#include <StepElement_ElementMaterial.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_ElementMaterial,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_ElementMaterial,Standard_Transient)
//=======================================================================
//function : StepElement_ElementMaterial

View File

@@ -20,15 +20,15 @@
#include <Standard_Type.hxx>
#include <StepRepr_HArray1OfMaterialPropertyRepresentation.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepElement_ElementMaterial;
DEFINE_STANDARD_HANDLE(StepElement_ElementMaterial, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_ElementMaterial, Standard_Transient)
//! Representation of STEP entity ElementMaterial
class StepElement_ElementMaterial : public MMgt_TShared
class StepElement_ElementMaterial : public Standard_Transient
{
public:
@@ -61,7 +61,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_ElementMaterial,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_ElementMaterial,Standard_Transient)
protected:

View File

@@ -20,7 +20,7 @@
#include <StepElement_SurfaceSectionField.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_SurfaceElementProperty,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_SurfaceElementProperty,Standard_Transient)
//=======================================================================
//function : StepElement_SurfaceElementProperty

View File

@@ -19,16 +19,16 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepElement_SurfaceSectionField;
class StepElement_SurfaceElementProperty;
DEFINE_STANDARD_HANDLE(StepElement_SurfaceElementProperty, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_SurfaceElementProperty, Standard_Transient)
//! Representation of STEP entity SurfaceElementProperty
class StepElement_SurfaceElementProperty : public MMgt_TShared
class StepElement_SurfaceElementProperty : public Standard_Transient
{
public:
@@ -61,7 +61,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_SurfaceElementProperty,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_SurfaceElementProperty,Standard_Transient)
protected:

View File

@@ -19,7 +19,7 @@
#include <StepElement_MeasureOrUnspecifiedValue.hxx>
#include <StepElement_SurfaceSection.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_SurfaceSection,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_SurfaceSection,Standard_Transient)
//=======================================================================
//function : StepElement_SurfaceSection

View File

@@ -20,15 +20,15 @@
#include <Standard_Type.hxx>
#include <StepElement_MeasureOrUnspecifiedValue.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class StepElement_MeasureOrUnspecifiedValue;
class StepElement_SurfaceSection;
DEFINE_STANDARD_HANDLE(StepElement_SurfaceSection, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_SurfaceSection, Standard_Transient)
//! Representation of STEP entity SurfaceSection
class StepElement_SurfaceSection : public MMgt_TShared
class StepElement_SurfaceSection : public Standard_Transient
{
public:
@@ -61,7 +61,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_SurfaceSection,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_SurfaceSection,Standard_Transient)
protected:

View File

@@ -18,7 +18,7 @@
#include <Standard_Type.hxx>
#include <StepElement_SurfaceSectionField.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepElement_SurfaceSectionField,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepElement_SurfaceSectionField,Standard_Transient)
//=======================================================================
//function : StepElement_SurfaceSectionField

View File

@@ -19,14 +19,14 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class StepElement_SurfaceSectionField;
DEFINE_STANDARD_HANDLE(StepElement_SurfaceSectionField, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepElement_SurfaceSectionField, Standard_Transient)
//! Representation of STEP entity SurfaceSectionField
class StepElement_SurfaceSectionField : public MMgt_TShared
class StepElement_SurfaceSectionField : public Standard_Transient
{
public:
@@ -38,7 +38,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepElement_SurfaceSectionField,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepElement_SurfaceSectionField,Standard_Transient)
protected: