summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-08-11 18:37:02 +0200
committerZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-08-11 18:37:02 +0200
commitc0a64f7f5ed5abc1f729177da84d496a49e10081 (patch)
treed93f30201095ab8eba7b1b9f8e7b7bf974194d5c /lib/Plugins/Bugzilla.h
parent2e51143de7ebdf71a19818ea613e3c37c1132c39 (diff)
downloadabrt-c0a64f7f5ed5abc1f729177da84d496a49e10081.tar.gz
abrt-c0a64f7f5ed5abc1f729177da84d496a49e10081.tar.xz
abrt-c0a64f7f5ed5abc1f729177da84d496a49e10081.zip
bugzilla plugin can do +1 in a bugzilla
Diffstat (limited to 'lib/Plugins/Bugzilla.h')
-rw-r--r--lib/Plugins/Bugzilla.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.h b/lib/Plugins/Bugzilla.h
index 84ae4e68..3849f17f 100644
--- a/lib/Plugins/Bugzilla.h
+++ b/lib/Plugins/Bugzilla.h
@@ -17,6 +17,8 @@ class CReporterBugzilla : public CReporter
static PRInt32 Base64Encode_cb(void *arg, const char *obuf, PRInt32 size);
void Login();
void Logout();
+ void AddPlusOneComment(const std::string& pBugId);
+ void AddPlusOneCC(const std::string& pBugId);
bool CheckUUIDInBugzilla(const std::string& pComponent, const std::string& pUUID);
std::string NewBug(const map_crash_report_t& pCrashReport);
void AddAttachments(const std::string& pBugId, const map_crash_report_t& pCrashReport);
@@ -38,7 +40,6 @@ class CReporterBugzilla : public CReporter
public:
CReporterBugzilla();
virtual ~CReporterBugzilla();
- virtual void LoadSettings(const std::string& pPath);
virtual void SetSettings(const map_plugin_settings_t& pSettings);
virtual map_plugin_settings_t GetSettings();
virtual void Report(const map_crash_report_t& pCrashReport,