projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bbd47d8
)
0024745: Needless inheritance of OSD_MemInfo from Standard_Transient
author
kgv
<kgv@opencascade.com>
Fri, 21 Mar 2014 12:17:39 +0000 (16:17 +0400)
committer
apn
<apn@opencascade.com>
Thu, 27 Mar 2014 12:38:24 +0000 (16:38 +0400)
src/OSD/OSD_MemInfo.hxx
patch
|
blob
|
blame
|
history
diff --git
a/src/OSD/OSD_MemInfo.hxx
b/src/OSD/OSD_MemInfo.hxx
index
76aee00
..
e1def2d
100644
(file)
--- a/
src/OSD/OSD_MemInfo.hxx
+++ b/
src/OSD/OSD_MemInfo.hxx
@@
-16,7
+16,6
@@
#ifndef _OSD_MemInfo_H__
#define _OSD_MemInfo_H__
-#include <Standard_Transient.hxx>
#include <TCollection_AsciiString.hxx>
//! 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
//! memory management by application itself.
-class OSD_MemInfo : public Standard_Transient
+class OSD_MemInfo
{
public: