mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-11 00:37:04 +08:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -20,15 +20,15 @@
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepBasic_Action;
|
||||
|
||||
|
||||
class StepBasic_ActionAssignment;
|
||||
DEFINE_STANDARD_HANDLE(StepBasic_ActionAssignment, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(StepBasic_ActionAssignment, Standard_Transient)
|
||||
|
||||
//! Representation of STEP entity ActionAssignment
|
||||
class StepBasic_ActionAssignment : public MMgt_TShared
|
||||
class StepBasic_ActionAssignment : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(StepBasic_ActionAssignment,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(StepBasic_ActionAssignment,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user