Abstracted open_registry().
authorIain Patterson <me@iain.cx>
Sun, 8 Mar 2015 16:45:55 +0000 (16:45 +0000)
committerIain Patterson <me@iain.cx>
Sun, 8 Mar 2015 17:11:11 +0000 (17:11 +0000)
commit66861c12e7d515f4d0e779102780d89e3fcd2a12
tree5a20988fffbcd100efc09c4c3c5edacab7cdee34
parentfb96938cf944edf3bc0dfd99dbff416b0397df4f
Abstracted open_registry().

Added service_registry_path() to construct a registry path for a service
which may contain the Parameters subkey and optional sub-subkey.  If no
Parameters subkey is needed the constructed path references the native
service parameters.

The open_registry() function is now a wrapper around the new
open_registry_key() function which opens an arbitrary key.

The new open_service_resgistry() function also wraps open_registry_key()
to access native parameters.
registry.cpp
registry.h
settings.cpp
settings.h