From 2ad976ef0ba44f36842b9b7a11848f6b40fd25d5 Mon Sep 17 00:00:00 2001 From: nealsid Date: Fri, 27 Feb 2009 23:59:40 +0000 Subject: Fix for issues 296, 297. Various symbol supplier classes need to be updated with new overload('make check' was failing, as well as crash_report), and remove logging that was flooding output git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@318 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google_breakpad/processor/symbol_supplier.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/google_breakpad') diff --git a/src/google_breakpad/processor/symbol_supplier.h b/src/google_breakpad/processor/symbol_supplier.h index 752bbbc3..7b9d00e4 100644 --- a/src/google_breakpad/processor/symbol_supplier.h +++ b/src/google_breakpad/processor/symbol_supplier.h @@ -67,14 +67,14 @@ class SymbolSupplier { const SystemInfo *system_info, string *symbol_file) = 0; // Same as above, except also places symbol data into symbol_data. - // If symbol_data is NULL, the data is not returned. + // If symbol_data is NULL, the data is not returned. // TODO(nealsid) Once we have symbol data caching behavior implemented // investigate making all symbol suppliers implement all methods, // and make this pure virtual virtual SymbolResult GetSymbolFile(const CodeModule *module, const SystemInfo *system_info, string *symbol_file, - string *symbol_data) { assert(0); } + string *symbol_data) = 0; }; } // namespace google_breakpad -- cgit v1.2.1