diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-03-19 14:29:35 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-03-19 14:29:35 +0100 |
| commit | d698cf9bca1ac7f5c1a989161ea959a895900273 (patch) | |
| tree | 1f63a97e9b7aa3eb50ccedc6afa26ecd69ed52d4 /lib/MiddleWare/MiddleWare.h | |
| parent | 700d189946cecea3461cb89b5a755dbfdb578e71 (diff) | |
| download | abrt-d698cf9bca1ac7f5c1a989161ea959a895900273.tar.gz abrt-d698cf9bca1ac7f5c1a989161ea959a895900273.tar.xz abrt-d698cf9bca1ac7f5c1a989161ea959a895900273.zip | |
replaced language and application plugins by analyzer plugin
added action plugin
simplify plugin iface
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
| -rw-r--r-- | lib/MiddleWare/MiddleWare.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h index 6c94311..def29ce 100644 --- a/lib/MiddleWare/MiddleWare.h +++ b/lib/MiddleWare/MiddleWare.h @@ -48,18 +48,12 @@ class CMiddleWare bool m_bOpenGPGCheck; - std::string GetLocalUUIDLanguage(const std::string& pLanguage, - const std::string& pDebugDumpDir); - std::string GetGlobalUUIDLanguage(const std::string& pLanguage, - const std::string& pDebugDumpDir); - void CreateReportLanguage(const std::string& pLanguage, - const std::string& pDebugDumpDir); - std::string GetLocalUUIDApplication(const std::string& pApplication, - const std::string& pDebugDumpDir); - std::string GetGlobalUUIDApplication(const std::string& pApplication, - const std::string& pDebugDumpDir); - void CreateReportApplication(const std::string& pApplication, - const std::string& pDebugDumpDir); + std::string GetLocalUUID(const std::string& pAnalyzer, + const std::string& pDebugDumpDir); + std::string GetGlobalUUID(const std::string& pAnalyzer, + const std::string& pDebugDumpDir); + void CreateReport(const std::string& pAnalyzer, + const std::string& pDebugDumpDir); void LoadSettings(const std::string& pPath); |
