Modernize Registry usage in (Ts)DataSvc
closes #5 (closed)
- Remove IRegistry interface, and define it (for now) as an alias to RegistryEntry
- Remove reference counting from RegistryEntry, replace with std::unique_ptr
- Add move constructor/assignment to RegistryEntry
Edited by Gerhard Raven