diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:51:33 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:51:33 -0400 |
commit | 5e2bbdfc2ede7b9008328f63e2824d2912a82c7e (patch) | |
tree | 5dfd62c7e9039f159517646bfdb00552fede6d8f /indra/llcrashlogger/llcrashlogger.h | |
parent | 53f7c7153e54cbe5179a6c5f14afbbdaf8a5edf1 (diff) | |
parent | 5c868a90f2e30245771aa1ef402645d6d3f12ab1 (diff) |
merge changes for storm-1671
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.h')
-rwxr-xr-x[-rw-r--r--] | indra/llcrashlogger/llcrashlogger.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.h b/indra/llcrashlogger/llcrashlogger.h index 5d0cb5931c..1510d7e0b3 100644..100755 --- a/indra/llcrashlogger/llcrashlogger.h +++ b/indra/llcrashlogger/llcrashlogger.h @@ -48,7 +48,8 @@ public: virtual void updateApplication(const std::string& message = LLStringUtil::null); virtual bool init(); virtual bool mainLoop() = 0; - virtual bool cleanup() { return true; } + virtual bool cleanup() = 0; + void commonCleanup(); void setUserText(const std::string& text) { mCrashInfo["UserNotes"] = text; } S32 getCrashBehavior() { return mCrashBehavior; } bool runCrashLogPost(std::string host, LLSD data, std::string msg, int retries, int timeout); |