diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-27 14:00:31 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-27 14:00:31 +0200 |
| commit | 1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470 (patch) | |
| tree | d08261580175c8ad796d86bacbbc094c7aa08636 /src/Daemon/CommLayerServerDBus.h | |
| parent | bc17e32391578ee0128fe73719d1f691613d18fe (diff) | |
| download | abrt-1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470.tar.gz abrt-1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470.tar.xz abrt-1dbb6423000e2fcd3fe9a1b6ddbf6200d522d470.zip | |
added signal JobStarted => removed the ugly sleep() hack
Diffstat (limited to 'src/Daemon/CommLayerServerDBus.h')
| -rw-r--r-- | src/Daemon/CommLayerServerDBus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Daemon/CommLayerServerDBus.h b/src/Daemon/CommLayerServerDBus.h index a3b54a7..eda2196 100644 --- a/src/Daemon/CommLayerServerDBus.h +++ b/src/Daemon/CommLayerServerDBus.h @@ -38,7 +38,9 @@ class CCommLayerServerDBus virtual void AnalyzeComplete(const map_crash_report_t& arg1); virtual void Error(const std::string& arg1); virtual void Update(const std::string& pMessage, uint64_t pJobID); + //the job id should be enough in jobdone virtual void JobDone(const std::string& pDest, uint64_t pJobID); + virtual void JobStarted(const std::string& pDest, uint64_t pJobID); virtual void Warning(const std::string& pMessage); virtual void Warning(const std::string& pMessage, uint64_t pJobID); }; |
