]> git.saurik.com Git - wxWidgets.git/commit - src/common/persist.cpp
Allow customization of the locations where persistent settings are stored.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 10:08:18 +0000 (10:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 10:08:18 +0000 (10:08 +0000)
commit911219b2abc5ab610481fe8d4fcc3674d74e637e
tree821ed049f10991ede55ec4b6533b3c37cd7f7fc2
parenteacfac2d5eb938862a68e5ff83ffd46d2fa4aaca
Allow customization of the locations where persistent settings are stored.

Make it possible to set a non-default wxPersistenceManager to use and allow
overriding of GetConfig() and GetKey() methods by making them virtual and
documenting them.

This can be notably used to allow porting of the existing code to use
wxPersistenceManager while keeping compatibility with the old settings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/persist.h
interface/wx/persist.h
src/common/persist.cpp