summaryrefslogtreecommitdiffstats
path: root/src/daemon/Daemon.cpp
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-04-07 16:51:33 +0200
committerKarel Klic <kklic@redhat.com>2011-04-07 16:51:33 +0200
commit581757d9245c9c8abfcb3bd5e0d12c95af523619 (patch)
tree59642c89daefcaf4e8cd0491adc3e664efcbd93f /src/daemon/Daemon.cpp
parentf540d45ddbbe61c07b82446cd24ce870dbb4ff01 (diff)
parent8a9cb205c89d61a7a8198768bac2606df8f508e7 (diff)
downloadabrt-581757d9245c9c8abfcb3bd5e0d12c95af523619.tar.gz
abrt-581757d9245c9c8abfcb3bd5e0d12c95af523619.tar.xz
abrt-581757d9245c9c8abfcb3bd5e0d12c95af523619.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/daemon/Daemon.cpp')
-rw-r--r--src/daemon/Daemon.cpp3
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)