diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-09-08 17:08:16 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-09-08 17:08:16 +0200 |
| commit | f02e1d87d46aa6161d0cab5444e0abfa9624b78d (patch) | |
| tree | cc1148c8ef544818a7995074e679a987ba325a44 /lib/CommLayer/Observer.h | |
| parent | 58d9dfde6ce788c5ffdfe5160d19aaeb8ac7b3a2 (diff) | |
| parent | ff2627e7c597e50025ca4d91ff8168eec80f9054 (diff) | |
Merge branch 'master' of git://git.fedorahosted.org/abrt
Diffstat (limited to 'lib/CommLayer/Observer.h')
| -rw-r--r-- | lib/CommLayer/Observer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CommLayer/Observer.h b/lib/CommLayer/Observer.h index 5c98394..421dc0c 100644 --- a/lib/CommLayer/Observer.h +++ b/lib/CommLayer/Observer.h @@ -9,8 +9,8 @@ class CObserver { public: virtual ~CObserver() {} - virtual void Status(const std::string& pMessage, uint64_t pDest=0) = 0; - virtual void Warning(const std::string& pMessage, uint64_t pDest=0) = 0; + virtual void Status(const std::string& pMessage, const char* peer, uint64_t pDest) = 0; + virtual void Warning(const std::string& pMessage, const char* peer, uint64_t pDest) = 0; }; #endif |
