diff options
| author | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-04-07 14:08:16 +0200 |
|---|---|---|
| committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-04-07 14:08:16 +0200 |
| commit | 836528257e53fc1182f0ed8766943a755ffdff1b (patch) | |
| tree | 08d8a33e5f871e8cde1d3bf7407aa975c0126a98 /src/daemon/Daemon.cpp | |
| parent | 9cd3eb3d3fbf73524d313cfaa1a81873f2e301a8 (diff) | |
| parent | d81c33b2cb50c3664d08c0cd761492118f27ee63 (diff) | |
| download | abrt-836528257e53fc1182f0ed8766943a755ffdff1b.tar.gz abrt-836528257e53fc1182f0ed8766943a755ffdff1b.tar.xz abrt-836528257e53fc1182f0ed8766943a755ffdff1b.zip | |
Merge branch 'cleanup'
* cleanup:
cleanup: remove totaly obsolite test.cpp module
cleanup: get rid of GetPluginSettings dbus call
cleanup: get rid of GetPluginsInfo dbus call
Diffstat (limited to 'src/daemon/Daemon.cpp')
| -rw-r--r-- | src/daemon/Daemon.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp index 1d0467bb..b1aaf8cf 100644 --- a/src/daemon/Daemon.cpp +++ b/src/daemon/Daemon.cpp @@ -65,9 +65,6 @@ using namespace std; * Returns report_status_t (map_vector_string_t) - the status of each call. * 2nd parameter is the contents of user's abrt.conf. * - DeleteDebugDump(crash_id): delete it from DB and delete corresponding /var/spool/abrt/DIR - * - GetPluginsInfo(): returns map_map_string_t - * map["plugin"] = { "Name": "plugin", "Enabled": "yes" ... } - * - GetPluginSettings(PluginName): returns map_plugin_settings_t (map_string_t) * - RegisterPlugin(PluginName): returns void * - UnRegisterPlugin(PluginName): returns void * - GetSettings(): returns map_abrt_settings_t (map_map_string_t) |
