mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
0024745: Needless inheritance of OSD_MemInfo from Standard_Transient
This commit is contained in:
parent
bbd47d8f35
commit
30194ce331
@ -16,7 +16,6 @@
|
|||||||
#ifndef _OSD_MemInfo_H__
|
#ifndef _OSD_MemInfo_H__
|
||||||
#define _OSD_MemInfo_H__
|
#define _OSD_MemInfo_H__
|
||||||
|
|
||||||
#include <Standard_Transient.hxx>
|
|
||||||
#include <TCollection_AsciiString.hxx>
|
#include <TCollection_AsciiString.hxx>
|
||||||
|
|
||||||
//! This class provide information about memory utilized by current process.
|
//! This class provide information about memory utilized by current process.
|
||||||
@ -47,7 +46,7 @@
|
|||||||
//!
|
//!
|
||||||
//! This also means that these values should not be used for intellectual
|
//! This also means that these values should not be used for intellectual
|
||||||
//! memory management by application itself.
|
//! memory management by application itself.
|
||||||
class OSD_MemInfo : public Standard_Transient
|
class OSD_MemInfo
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user