summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix whitespaceDenys Vlasenko2010-05-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move LoadPluginSettings to the shared utils library. Add parameter ↵Karel Klic2010-02-121-0/+69
| | | | skipKeysWithoutValue.
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-2/+11
| | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-0/+27
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>