Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Smart-WiFly-WebServer SignalGenerator WattEye X10Svr
Diff: IniManager.h
- Revision:
- 19:8f394a5f3758
- Parent:
- 18:282ed56d983b
- Child:
- 22:1ad96fcc5731
--- a/IniManager.h Wed Dec 28 00:21:01 2016 +0000 +++ b/IniManager.h Wed Dec 28 00:24:39 2016 +0000 @@ -12,7 +12,12 @@ * It follows an old "Windows" style of ini file format with section, key, and value. * * @note An API change offers DIFFERENT AND INCOMPATIBLE return values from the -* WriteString and the ReadString APIs. +* WriteString and the ReadString APIs, however it is backward compatible, +* requiring a new parameter in the constructor or the SetFile API to +* access the new return values. +* +* @note Version 1 by default will be deprecated in a future release, probably +* around mid to late 2017. * * As a "simple" ini file manager, this version does not cache anything internally. * This comes at the "cost" that each write transaction will read and replace the