summaryrefslogtreecommitdiffstats
path: root/src/Daemon/ABRTPlugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PluginManager: preparatory cleanupDenys Vlasenko2010-01-071-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* made ABRTPlugin more verboseJiri Moskovcak2009-09-091-1/+1
|
* eliminate class DynamicLybrary by folding it into class ABRTPluginDenys Vlasenko2009-08-241-11/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace string memebers of plugin_info_t with const char*Denys Vlasenko2009-08-071-48/+2
| | | | | | | | | | Since they are constant, and we never ever want to change them, there is no benefit in having them as strings. This change removes one global data object's constructor and destructor from every applet .so module. 6k less code. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/Denys Vlasenko2009-08-061-0/+86