- changed status to resolved
Many functions in the data handler and buffers could have const qualifiers, specially where string and pointers are used (and pass them by reference).
This avoid useless increase/decrease of the reference counter in pointers, and useless copy of strings when calling functions.
- Fixes
#55for the dataHandlers and base objects→ ce901d8b15d7