The source project of this merge request has been removed.
Data handle work
Improved Data Handle code in mainly 2 directions :
- DataHandles are now initialized properly at init time and not on demand
- their get (and fetch) methods are now const
Improved Data Handle code in mainly 2 directions :