0028832: MMgt_TShared can be replaced by Standard_Transient
[occt.git] / src / NCollection / NCollection_UBTree.hxx
index 8074a78..f8c12d0 100644 (file)
@@ -444,7 +444,7 @@ Standard_Integer NCollection_UBTree<TheObjType,TheBndType>::Select
  * _HUBTREE      - the desired name of handled class
  * _OBJTYPE      - the name of the object type
  * _BNDTYPE      - the name of the bounding box type
- * _HPARENT      - the name of parent class (usually MMgt_TShared)
+ * _HPARENT      - the name of parent class (usually Standard_Transient)
  */
 #define DEFINE_HUBTREE(_HUBTREE, _OBJTYPE, _BNDTYPE, _HPARENT)          \
 class _HUBTREE : public _HPARENT                                        \