mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
|
||||
typedef Handle_NCollection_BaseAllocator TDF_HAllocator;
|
||||
typedef Handle(NCollection_BaseAllocator) TDF_HAllocator;
|
||||
|
||||
#endif
|
||||
|
@@ -26,7 +26,7 @@ class TDF_Attribute;
|
||||
class TDF_AttributeIterator;
|
||||
class TDF_ChildIterator;
|
||||
class TDF_Data;
|
||||
class Handle_TDF_Data;
|
||||
class Handle(TDF_Data);
|
||||
class TDF_Label;
|
||||
|
||||
#define KEEP_LOCAL_ROOT
|
||||
|
Reference in New Issue
Block a user