Skip to content
Snippets Groups Projects
Commit ae4e372e authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Remove unnecessary long/StatusCode conversions

In preparation for a larger re-design of StatusCode clean up a few
places where the code unnecessarily relies on an implicit long
type-conversion. In detail:

- ObjectVector::remove: Return the index of the deleted object as
  documented in the base class. Before it always returned 1
- RegistryEntry: Change return type of some methods from long to
  StautsCode
- IODataManager: Get rid of the S_OK/S_ERROR enum alias as this relies
  on the actual type of the StatusCode enums
- RootDataConnection: Change return type of setCompression from
  long to StatusCode
parent 8395a81c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment