summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-09-08 18:34:03 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-09-08 18:34:03 +0200
commite6457a64d5e096ff13106d246a30a82f342e0a02 (patch)
tree78485cb5cdd80f2ae6e4c888b1851ebebf272549 /src/Daemon/Daemon.cpp
parentd6082920ffc97274faf1a742dca074aeb14c1137 (diff)
parent38cd85491378153a46ea57e4001b6bf1e71ce97d (diff)
downloadabrt-e6457a64d5e096ff13106d246a30a82f342e0a02.tar.gz
abrt-e6457a64d5e096ff13106d246a30a82f342e0a02.tar.xz
abrt-e6457a64d5e096ff13106d246a30a82f342e0a02.zip
Merge branch 'master' of git://git.fedorahosted.org/abrt
Diffstat (limited to 'src/Daemon/Daemon.cpp')
-rw-r--r--src/Daemon/Daemon.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index a7c9737..28a6c8a 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -75,12 +75,12 @@
* Sent as unicast to the client which did CreateReport.
* - JobDone(client_dbus_ID,UUID) - see CreateReport above.
* Sent as unicast to the client which did CreateReport.
- * - Error(msg)
- * - Warning(msg[,job_id])
+ * - Warning(msg,job_id)
* - Update(msg,job_id)
+ * Both are sent as unicast to last client set by set_client_name(name).
+ * If set_client_name(NULL) was done, they are not sent.
*
* TODO:
- * - Error/Warning/Update dbus signals must be unicast too
* - API does not really need JobStarted dbus signal at all, and JobDone signal
* does not need to pass any parameters - out clients never sent multiple
* CreateReport's.