0028832: MMgt_TShared can be replaced by Standard_Transient
[occt.git] / src / TDataStd / TDataStd_HDataMapOfStringInteger.hxx
index 2a3693d..025eb50 100644 (file)
 #include <Standard_Type.hxx>
 
 #include <TColStd_DataMapOfStringInteger.hxx>
-#include <MMgt_TShared.hxx>
+#include <Standard_Transient.hxx>
 #include <Standard_Integer.hxx>
 
 //! Extension of TColStd_DataMapOfStringInteger class
 //! to be manipulated by handle.
-class TDataStd_HDataMapOfStringInteger : public MMgt_TShared
+class TDataStd_HDataMapOfStringInteger : public Standard_Transient
 {
-  DEFINE_STANDARD_RTTIEXT(TDataStd_HDataMapOfStringInteger, MMgt_TShared)
+  DEFINE_STANDARD_RTTIEXT(TDataStd_HDataMapOfStringInteger, Standard_Transient)
 public:
 
   Standard_EXPORT TDataStd_HDataMapOfStringInteger(const Standard_Integer NbBuckets = 1);
@@ -44,6 +44,6 @@ private:
 
 };
 
-DEFINE_STANDARD_HANDLE(TDataStd_HDataMapOfStringInteger, MMgt_TShared)
+DEFINE_STANDARD_HANDLE(TDataStd_HDataMapOfStringInteger, Standard_Transient)
 
 #endif // _TDataStd_HDataMapOfStringInteger_HeaderFile