wxWidgets/samples/secretstore
Vadim Zeitlin 2fffbde096 Change wxSecretStore API to allow retrieving the username
The old API didn't make any sense for the most common case when both the
user name and password need to be stored, as it required providing the
user name as input, which couldn't work (but somehow this went
unnoticed for more than a year...).

Fix this by returning the username, and not only the password, from
Load() instead of taking it as parameter and removing this parameter
from Delete() as well.

Also improve the documentation, notably include a simple example of
using this class.

Notice that this is a backwards-incompatible change, but the old API was
really badly broken and didn't appear in 3.1.0 yet, so the breakage is
both unavoidable and, hopefully, shouldn't affect much code.
Nevertheless, a special wxHAS_SECRETSTORE_LOAD_USERNAME symbol is added
to allow testing for it if necessary.
2017-07-17 18:26:20 +02:00
..
makefile.bcc Rebake to get rid of whitespace-only changes in generated files 2016-09-08 00:48:06 +02:00
makefile.gcc Link with oleacc.lib when using MSW gcc makefiles 2017-01-04 11:50:18 +01:00
Makefile.in Rebake to get rid of whitespace-only changes in generated files 2016-09-08 00:48:06 +02:00
makefile.unx Rebake to get rid of whitespace-only changes in generated files 2016-09-08 00:48:06 +02:00
makefile.vc Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
secretstore_vc7.vcproj
secretstore_vc8.vcproj
secretstore_vc9.vcproj
secretstore.bkl
secretstore.cpp Change wxSecretStore API to allow retrieving the username 2017-07-17 18:26:20 +02:00