mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028832: MMgt_TShared can be replaced by Standard_Transient
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(HeaderSection_FileDescription,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(HeaderSection_FileDescription,Standard_Transient)
|
||||
|
||||
HeaderSection_FileDescription::HeaderSection_FileDescription () {}
|
||||
|
||||
|
@@ -21,16 +21,16 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Interface_HArray1OfHAsciiString.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class HeaderSection_FileDescription;
|
||||
DEFINE_STANDARD_HANDLE(HeaderSection_FileDescription, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(HeaderSection_FileDescription, Standard_Transient)
|
||||
|
||||
|
||||
class HeaderSection_FileDescription : public MMgt_TShared
|
||||
class HeaderSection_FileDescription : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(HeaderSection_FileDescription,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(HeaderSection_FileDescription,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(HeaderSection_FileName,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(HeaderSection_FileName,Standard_Transient)
|
||||
|
||||
HeaderSection_FileName::HeaderSection_FileName () {}
|
||||
|
||||
|
@@ -21,16 +21,16 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Interface_HArray1OfHAsciiString.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class HeaderSection_FileName;
|
||||
DEFINE_STANDARD_HANDLE(HeaderSection_FileName, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(HeaderSection_FileName, Standard_Transient)
|
||||
|
||||
|
||||
class HeaderSection_FileName : public MMgt_TShared
|
||||
class HeaderSection_FileName : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -80,7 +80,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(HeaderSection_FileName,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(HeaderSection_FileName,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(HeaderSection_FileSchema,MMgt_TShared)
|
||||
IMPLEMENT_STANDARD_RTTIEXT(HeaderSection_FileSchema,Standard_Transient)
|
||||
|
||||
HeaderSection_FileSchema::HeaderSection_FileSchema () {}
|
||||
|
||||
|
@@ -21,16 +21,16 @@
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Interface_HArray1OfHAsciiString.hxx>
|
||||
#include <MMgt_TShared.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
|
||||
|
||||
class HeaderSection_FileSchema;
|
||||
DEFINE_STANDARD_HANDLE(HeaderSection_FileSchema, MMgt_TShared)
|
||||
DEFINE_STANDARD_HANDLE(HeaderSection_FileSchema, Standard_Transient)
|
||||
|
||||
|
||||
class HeaderSection_FileSchema : public MMgt_TShared
|
||||
class HeaderSection_FileSchema : public Standard_Transient
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(HeaderSection_FileSchema,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(HeaderSection_FileSchema,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user