mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0024023: Revamp the OCCT Handle -- automatic
Automatic upgrade by command "occt_upgrade . -handle"
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <NCollection_TypeDef.hxx>
|
||||
|
||||
class Handle(NCollection_BaseAllocator);
|
||||
|
||||
/**
|
||||
* Purpose: Basic class for memory allocation wizards.
|
||||
|
@@ -18,7 +18,6 @@
|
||||
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
|
||||
class Handle(NCollection_HeapAllocator);
|
||||
|
||||
/**
|
||||
* Allocator that uses the global dynamic heap (malloc / free).
|
||||
|
Reference in New Issue
Block a user