diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-31 11:41:20 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-31 11:41:20 -0400 |
commit | 35aa37ceedaa1cadc5fd01639ecf0fafa2214b6f (patch) | |
tree | 70ccbf451ca7b3113d9baee8498072d7a1f55535 /indra/llcrashlogger/llcrashlogger.h | |
parent | 012a0953b56d8313c6c0f71444f115de1aeeb7e1 (diff) | |
parent | f18cfe97750cc13374adab15636532fe0fbda19c (diff) |
merge
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); |