1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +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

@@ -17,7 +17,7 @@
#include <StepRepr_AssemblyComponentUsageSubstitute.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_AssemblyComponentUsageSubstitute,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_AssemblyComponentUsageSubstitute,Standard_Transient)
StepRepr_AssemblyComponentUsageSubstitute::StepRepr_AssemblyComponentUsageSubstitute () { }

View File

@@ -20,16 +20,16 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_AssemblyComponentUsage;
class StepRepr_AssemblyComponentUsageSubstitute;
DEFINE_STANDARD_HANDLE(StepRepr_AssemblyComponentUsageSubstitute, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_AssemblyComponentUsageSubstitute, Standard_Transient)
class StepRepr_AssemblyComponentUsageSubstitute : public MMgt_TShared
class StepRepr_AssemblyComponentUsageSubstitute : public Standard_Transient
{
public:
@@ -58,7 +58,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_AssemblyComponentUsageSubstitute,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_AssemblyComponentUsageSubstitute,Standard_Transient)
protected:

View File

@@ -21,7 +21,7 @@
#include <StepRepr_ConfigurationDesignItem.hxx>
#include <StepRepr_ConfigurationItem.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_ConfigurationDesign,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_ConfigurationDesign,Standard_Transient)
//=======================================================================
//function : StepRepr_ConfigurationDesign

View File

@@ -21,16 +21,16 @@
#include <Standard_Type.hxx>
#include <StepRepr_ConfigurationDesignItem.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class StepRepr_ConfigurationItem;
class StepRepr_ConfigurationDesignItem;
class StepRepr_ConfigurationDesign;
DEFINE_STANDARD_HANDLE(StepRepr_ConfigurationDesign, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_ConfigurationDesign, Standard_Transient)
//! Representation of STEP entity ConfigurationDesign
class StepRepr_ConfigurationDesign : public MMgt_TShared
class StepRepr_ConfigurationDesign : public Standard_Transient
{
public:
@@ -57,7 +57,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_ConfigurationDesign,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_ConfigurationDesign,Standard_Transient)
protected:

View File

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

View File

@@ -21,16 +21,16 @@
#include <Standard_Type.hxx>
#include <Standard_Boolean.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_ProductConcept;
class StepRepr_ConfigurationItem;
DEFINE_STANDARD_HANDLE(StepRepr_ConfigurationItem, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_ConfigurationItem, Standard_Transient)
//! Representation of STEP entity ConfigurationItem
class StepRepr_ConfigurationItem : public MMgt_TShared
class StepRepr_ConfigurationItem : public Standard_Transient
{
public:
@@ -81,7 +81,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_ConfigurationItem,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_ConfigurationItem,Standard_Transient)
protected:

View File

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

View File

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

View File

@@ -16,7 +16,7 @@
#include <StepRepr_FunctionallyDefinedTransformation.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_FunctionallyDefinedTransformation,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_FunctionallyDefinedTransformation,Standard_Transient)
StepRepr_FunctionallyDefinedTransformation::StepRepr_FunctionallyDefinedTransformation () {}

View File

@@ -20,15 +20,15 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_FunctionallyDefinedTransformation;
DEFINE_STANDARD_HANDLE(StepRepr_FunctionallyDefinedTransformation, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_FunctionallyDefinedTransformation, Standard_Transient)
class StepRepr_FunctionallyDefinedTransformation : public MMgt_TShared
class StepRepr_FunctionallyDefinedTransformation : public Standard_Transient
{
public:
@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_FunctionallyDefinedTransformation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_FunctionallyDefinedTransformation,Standard_Transient)
protected:

View File

@@ -17,7 +17,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_ItemDefinedTransformation,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_ItemDefinedTransformation,Standard_Transient)
StepRepr_ItemDefinedTransformation::StepRepr_ItemDefinedTransformation () { }

View File

@@ -20,16 +20,16 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_RepresentationItem;
class StepRepr_ItemDefinedTransformation;
DEFINE_STANDARD_HANDLE(StepRepr_ItemDefinedTransformation, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_ItemDefinedTransformation, Standard_Transient)
//! Added from StepRepr Rev2 to Rev4
class StepRepr_ItemDefinedTransformation : public MMgt_TShared
class StepRepr_ItemDefinedTransformation : public Standard_Transient
{
public:
@@ -58,7 +58,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_ItemDefinedTransformation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_ItemDefinedTransformation,Standard_Transient)
protected:

View File

@@ -17,7 +17,7 @@
#include <StepRepr_MaterialDesignation.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_MaterialDesignation,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_MaterialDesignation,Standard_Transient)
StepRepr_MaterialDesignation::StepRepr_MaterialDesignation () { }

View File

@@ -21,16 +21,16 @@
#include <Standard_Type.hxx>
#include <StepRepr_CharacterizedDefinition.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_CharacterizedDefinition;
class StepRepr_MaterialDesignation;
DEFINE_STANDARD_HANDLE(StepRepr_MaterialDesignation, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_MaterialDesignation, Standard_Transient)
class StepRepr_MaterialDesignation : public MMgt_TShared
class StepRepr_MaterialDesignation : public Standard_Transient
{
public:
@@ -51,7 +51,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_MaterialDesignation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_MaterialDesignation,Standard_Transient)
protected:

View File

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

View File

@@ -21,16 +21,16 @@
#include <Standard_Type.hxx>
#include <Standard_Boolean.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepBasic_ProductConceptContext;
class StepRepr_ProductConcept;
DEFINE_STANDARD_HANDLE(StepRepr_ProductConcept, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_ProductConcept, Standard_Transient)
//! Representation of STEP entity ProductConcept
class StepRepr_ProductConcept : public MMgt_TShared
class StepRepr_ProductConcept : public Standard_Transient
{
public:
@@ -72,7 +72,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_ProductConcept,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_ProductConcept,Standard_Transient)
protected:

View File

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

View File

@@ -21,16 +21,16 @@
#include <StepRepr_CharacterizedDefinition.hxx>
#include <Standard_Boolean.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_CharacterizedDefinition;
class StepRepr_PropertyDefinition;
DEFINE_STANDARD_HANDLE(StepRepr_PropertyDefinition, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_PropertyDefinition, Standard_Transient)
//! Representation of STEP entity PropertyDefinition
class StepRepr_PropertyDefinition : public MMgt_TShared
class StepRepr_PropertyDefinition : public Standard_Transient
{
public:
@@ -66,7 +66,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_PropertyDefinition,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_PropertyDefinition,Standard_Transient)
protected:

View File

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

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 StepRepr_PropertyDefinition;
class StepRepr_PropertyDefinitionRelationship;
DEFINE_STANDARD_HANDLE(StepRepr_PropertyDefinitionRelationship, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_PropertyDefinitionRelationship, Standard_Transient)
//! Representation of STEP entity PropertyDefinitionRelationship
class StepRepr_PropertyDefinitionRelationship : public MMgt_TShared
class StepRepr_PropertyDefinitionRelationship : public Standard_Transient
{
public:
@@ -67,7 +67,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_PropertyDefinitionRelationship,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_PropertyDefinitionRelationship,Standard_Transient)
protected:

View File

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

View File

@@ -20,16 +20,16 @@
#include <Standard_Type.hxx>
#include <StepRepr_RepresentedDefinition.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class StepRepr_Representation;
class StepRepr_RepresentedDefinition;
class StepRepr_PropertyDefinitionRepresentation;
DEFINE_STANDARD_HANDLE(StepRepr_PropertyDefinitionRepresentation, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_PropertyDefinitionRepresentation, Standard_Transient)
//! Representation of STEP entity PropertyDefinitionRepresentation
class StepRepr_PropertyDefinitionRepresentation : public MMgt_TShared
class StepRepr_PropertyDefinitionRepresentation : public Standard_Transient
{
public:
@@ -56,7 +56,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_PropertyDefinitionRepresentation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_PropertyDefinitionRepresentation,Standard_Transient)
protected:

View File

@@ -18,7 +18,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_Representation,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_Representation,Standard_Transient)
StepRepr_Representation::StepRepr_Representation () {}

View File

@@ -21,7 +21,7 @@
#include <Standard_Type.hxx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
#include <Standard_Integer.hxx>
class TCollection_HAsciiString;
class StepRepr_RepresentationContext;
@@ -29,10 +29,10 @@ class StepRepr_RepresentationItem;
class StepRepr_Representation;
DEFINE_STANDARD_HANDLE(StepRepr_Representation, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_Representation, Standard_Transient)
class StepRepr_Representation : public MMgt_TShared
class StepRepr_Representation : public Standard_Transient
{
public:
@@ -62,7 +62,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_Representation,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_Representation,Standard_Transient)
protected:

View File

@@ -16,7 +16,7 @@
#include <StepRepr_RepresentationContext.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationContext,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationContext,Standard_Transient)
StepRepr_RepresentationContext::StepRepr_RepresentationContext () {}

View File

@@ -20,15 +20,15 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_RepresentationContext;
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationContext, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationContext, Standard_Transient)
class StepRepr_RepresentationContext : public MMgt_TShared
class StepRepr_RepresentationContext : public Standard_Transient
{
public:
@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationContext,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationContext,Standard_Transient)
protected:

View File

@@ -16,7 +16,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationItem,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationItem,Standard_Transient)
StepRepr_RepresentationItem::StepRepr_RepresentationItem () {}

View File

@@ -20,15 +20,15 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_RepresentationItem;
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationItem, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationItem, Standard_Transient)
class StepRepr_RepresentationItem : public MMgt_TShared
class StepRepr_RepresentationItem : public Standard_Transient
{
public:
@@ -46,7 +46,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationItem,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationItem,Standard_Transient)
protected:

View File

@@ -17,7 +17,7 @@
#include <StepRepr_RepresentationItem.hxx>
#include <StepRepr_RepresentationMap.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationMap,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationMap,Standard_Transient)
StepRepr_RepresentationMap::StepRepr_RepresentationMap () {}

View File

@@ -20,16 +20,16 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class StepRepr_RepresentationItem;
class StepRepr_Representation;
class StepRepr_RepresentationMap;
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationMap, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationMap, Standard_Transient)
class StepRepr_RepresentationMap : public MMgt_TShared
class StepRepr_RepresentationMap : public Standard_Transient
{
public:
@@ -51,7 +51,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationMap,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationMap,Standard_Transient)
protected:

View File

@@ -17,7 +17,7 @@
#include <StepRepr_RepresentationRelationship.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationRelationship,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_RepresentationRelationship,Standard_Transient)
StepRepr_RepresentationRelationship::StepRepr_RepresentationRelationship () {}

View File

@@ -20,16 +20,16 @@
#include <Standard.hxx>
#include <Standard_Type.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_Representation;
class StepRepr_RepresentationRelationship;
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationRelationship, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_RepresentationRelationship, Standard_Transient)
class StepRepr_RepresentationRelationship : public MMgt_TShared
class StepRepr_RepresentationRelationship : public Standard_Transient
{
public:
@@ -59,7 +59,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationRelationship,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_RepresentationRelationship,Standard_Transient)
protected:

View File

@@ -17,7 +17,7 @@
#include <StepRepr_ShapeAspect.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_ShapeAspect,MMgt_TShared)
IMPLEMENT_STANDARD_RTTIEXT(StepRepr_ShapeAspect,Standard_Transient)
StepRepr_ShapeAspect::StepRepr_ShapeAspect () {}

View File

@@ -21,16 +21,16 @@
#include <Standard_Type.hxx>
#include <StepData_Logical.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_ProductDefinitionShape;
class StepRepr_ShapeAspect;
DEFINE_STANDARD_HANDLE(StepRepr_ShapeAspect, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_ShapeAspect, Standard_Transient)
class StepRepr_ShapeAspect : public MMgt_TShared
class StepRepr_ShapeAspect : public Standard_Transient
{
public:
@@ -60,7 +60,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_ShapeAspect,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_ShapeAspect,Standard_Transient)
protected:

View File

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

View File

@@ -20,16 +20,16 @@
#include <Standard_Type.hxx>
#include <Standard_Boolean.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepRepr_ShapeAspect;
class StepRepr_ShapeAspectRelationship;
DEFINE_STANDARD_HANDLE(StepRepr_ShapeAspectRelationship, MMgt_TShared)
DEFINE_STANDARD_HANDLE(StepRepr_ShapeAspectRelationship, Standard_Transient)
//! Representation of STEP entity ShapeAspectRelationship
class StepRepr_ShapeAspectRelationship : public MMgt_TShared
class StepRepr_ShapeAspectRelationship : public Standard_Transient
{
public:
@@ -71,7 +71,7 @@ public:
DEFINE_STANDARD_RTTIEXT(StepRepr_ShapeAspectRelationship,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepRepr_ShapeAspectRelationship,Standard_Transient)
protected: