mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-15 12:07:41 +08:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -19,15 +19,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class StepBasic_NameAssignment;
|
||||
DEFINE_STANDARD_HANDLE(StepBasic_NameAssignment, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepBasic_NameAssignment, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity NameAssignment
|
||||
class StepBasic_NameAssignment : public MMgt_TShared
|
||||
class StepBasic_NameAssignment : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepBasic_NameAssignment,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepBasic_NameAssignment,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user