diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-02-05 11:19:10 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-02-05 11:19:10 +0100 |
| commit | f21fd887f224829ecdd5b4363fdfef497a564721 (patch) | |
| tree | d7cbc887e3f5f6cf55b9ad373af015c4c50f675c /lib/MiddleWare | |
| parent | a3ba5ff33b71a8b5dc67129158f1c03254641572 (diff) | |
new interface. it will chande in the near future.
Diffstat (limited to 'lib/MiddleWare')
| -rw-r--r-- | lib/MiddleWare/Application.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/MiddleWare/Application.h b/lib/MiddleWare/Application.h index b68f9d5..598fc18 100644 --- a/lib/MiddleWare/Application.h +++ b/lib/MiddleWare/Application.h @@ -27,9 +27,10 @@ class CApplication : public CPlugin { - public: - virtual ~CApplication() {} - virtual std::string GetReport(void* pData) = 0; + public: + virtual ~CApplication() {} + virtual std::string GetLocalUUID(const std::string& pDebugDumpPath) = 0; + virtual std::string GetReport(const std::string& pDebugDumpPath) = 0; }; #endif /*APPLICATION_H_*/ |
