mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -66,7 +66,7 @@ template <class TheObjType, class TheBndType> class NCollection_UBTreeFiller
|
||||
* the tree filling is faster due to better utilisation of CPU L1/L2 cache.
|
||||
*/
|
||||
NCollection_UBTreeFiller (UBTree& theTree,
|
||||
const Handle_NCollection_BaseAllocator& theAlloc=0L,
|
||||
const Handle(NCollection_BaseAllocator)& theAlloc=0L,
|
||||
const Standard_Boolean isFullRandom = Standard_True)
|
||||
: myTree(theTree), mySeqPtr(1000, theAlloc),
|
||||
mySeed(1), myIsFullRandom (isFullRandom)
|
||||
|
Reference in New Issue
Block a user