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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user