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

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

View File

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

View File

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

View File

@@ -20,15 +20,15 @@
#include <Standard_DefineHandle.hxx>
#include <Standard_Handle.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
#include <Standard_Integer.hxx>
#include <StepBasic_LengthMeasureWithUnit.hxx>
#include <StepDimTol_DatumReferenceModifierType.hxx>
class StepDimTol_DatumReferenceModifierWithValue;
DEFINE_STANDARD_HANDLE(StepDimTol_DatumReferenceModifierWithValue, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepDimTol_DatumReferenceModifierWithValue, Standard_Transient)
//! Representation of STEP entity DatumReferenceModifierWithValue
class StepDimTol_DatumReferenceModifierWithValue : public MMgt_TShared
class StepDimTol_DatumReferenceModifierWithValue : public Standard_Transient
{
public:
@@ -64,7 +64,7 @@ public:
myModifierValue = theModifierValue;
}
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumReferenceModifierWithValue,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumReferenceModifierWithValue,Standard_Transient)
private:
StepDimTol_DatumReferenceModifierType myModifierType;

View File

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

View File

@@ -19,7 +19,7 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
#include <StepDimTol_GeometricToleranceTarget.hxx>
class TCollection_HAsciiString;
class StepBasic_MeasureWithUnit;
@@ -28,10 +28,10 @@ class StepRepr_ShapeAspect;
class StepDimTol_GeometricTolerance;
DEFINE_STANDARD_HANDLE(StepDimTol_GeometricTolerance, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepDimTol_GeometricTolerance, Standard_Transient)
//! Representation of STEP entity GeometricTolerance
class StepDimTol_GeometricTolerance : public MMgt_TShared
class StepDimTol_GeometricTolerance : public Standard_Transient
{
public:
@@ -83,7 +83,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricTolerance,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricTolerance,Standard_Transient)
protected:

View File

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

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 StepDimTol_GeometricTolerance;
class StepDimTol_GeometricToleranceRelationship;
DEFINE_STANDARD_HANDLE(StepDimTol_GeometricToleranceRelationship, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepDimTol_GeometricToleranceRelationship, Standard_Transient)
//! Representation of STEP entity GeometricToleranceRelationship
class StepDimTol_GeometricToleranceRelationship : public MMgt_TShared
class StepDimTol_GeometricToleranceRelationship : public Standard_Transient
{
public:
@@ -70,7 +70,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceRelationship,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceRelationship,Standard_Transient)
protected:

View File

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

View File

@@ -18,15 +18,15 @@
#include <StepDimTol_RunoutZoneOrientation.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <StepBasic_PlaneAngleMeasureWithUnit.hxx>
class StepDimTol_RunoutZoneOrientation;
DEFINE_STANDARD_HANDLE(StepDimTol_RunoutZoneOrientation, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepDimTol_RunoutZoneOrientation, Standard_Transient)
//! Added for Dimensional Tolerances
class StepDimTol_RunoutZoneOrientation : public MMgt_TShared
class StepDimTol_RunoutZoneOrientation : public Standard_Transient
{
public:
@@ -48,7 +48,7 @@ public:
myAngle = theAngle;
}
DEFINE_STANDARD_RTTIEXT(StepDimTol_RunoutZoneOrientation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_RunoutZoneOrientation,Standard_Transient)
private:
Handle(StepBasic_PlaneAngleMeasureWithUnit) myAngle;

View File

@@ -17,7 +17,7 @@
#include <StepRepr_HArray1OfShapeAspect.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneDefinition,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneDefinition,Standard_Transient)
//=======================================================================
//function : StepDimTol_ToleranceZoneDefinition

View File

@@ -19,7 +19,7 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
#include <Standard_Integer.hxx>
#include <StepRepr_HArray1OfShapeAspect.hxx>
#include <StepRepr_ShapeAspect.hxx>
@@ -28,9 +28,9 @@
class StepRepr_HArray1OfShapeAspect;
class StepDimTol_ToleranceZoneDefinition;
DEFINE_STANDARD_HANDLE(StepDimTol_ToleranceZoneDefinition, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepDimTol_ToleranceZoneDefinition, Standard_Transient)
//! Representation of STEP entity ToleranceZoneDefinition
class StepDimTol_ToleranceZoneDefinition : public MMgt_TShared
class StepDimTol_ToleranceZoneDefinition : public Standard_Transient
{
public:
@@ -84,7 +84,7 @@ public:
myZone = theZone;
}
DEFINE_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneDefinition,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneDefinition,Standard_Transient)
private:
Handle(StepRepr_HArray1OfShapeAspect) myBoundaries;

View File

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

View File

@@ -18,7 +18,7 @@
#include <StepDimTol_ToleranceZoneForm.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <TCollection_HAsciiString.hxx>
@@ -26,9 +26,9 @@
class TCollection_HAsciiString;
class StepDimTol_ToleranceZoneForm;
DEFINE_STANDARD_HANDLE(StepDimTol_ToleranceZoneForm, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepDimTol_ToleranceZoneForm, Standard_Transient)
//! Added for Dimensional Tolerances
class StepDimTol_ToleranceZoneForm : public MMgt_TShared
class StepDimTol_ToleranceZoneForm : public Standard_Transient
{
public:
@@ -50,7 +50,7 @@ public:
myName = theName;
}
DEFINE_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneForm,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepDimTol_ToleranceZoneForm,Standard_Transient)
private:
Handle(TCollection_HAsciiString) myName;