Planeshift
Public Member Functions

google_breakpad::CrashReportSender Class Reference

#include <crash_report_sender.h>

List of all members.

Public Member Functions

 CrashReportSender (const wstring &checkpoint_file)
int max_reports_per_day () const
ReportResult SendCrashReport (const wstring &url, const map< wstring, wstring > &parameters, const wstring &dump_file_name, wstring *report_code)
void set_max_reports_per_day (int reports)
 ~CrashReportSender ()

Detailed Description

Definition at line 62 of file crash_report_sender.h.


Constructor & Destructor Documentation

google_breakpad::CrashReportSender::CrashReportSender ( const wstring &  checkpoint_file) [explicit]
google_breakpad::CrashReportSender::~CrashReportSender ( ) [inline]

Definition at line 69 of file crash_report_sender.h.


Member Function Documentation

int google_breakpad::CrashReportSender::max_reports_per_day ( ) const [inline]

Definition at line 78 of file crash_report_sender.h.

ReportResult google_breakpad::CrashReportSender::SendCrashReport ( const wstring &  url,
const map< wstring, wstring > &  parameters,
const wstring &  dump_file_name,
wstring *  report_code 
)
void google_breakpad::CrashReportSender::set_max_reports_per_day ( int  reports) [inline]

Definition at line 74 of file crash_report_sender.h.


The documentation for this class was generated from the following file: