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/linux_crash_logger/llcrashloggerlinux.h | |
parent | 53f7c7153e54cbe5179a6c5f14afbbdaf8a5edf1 (diff) | |
parent | 5c868a90f2e30245771aa1ef402645d6d3f12ab1 (diff) |
merge changes for storm-1671
Diffstat (limited to 'indra/linux_crash_logger/llcrashloggerlinux.h')
-rwxr-xr-x[-rw-r--r--] | indra/linux_crash_logger/llcrashloggerlinux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/linux_crash_logger/llcrashloggerlinux.h b/indra/linux_crash_logger/llcrashloggerlinux.h index 65d5e4e653..dae6c46651 100644..100755 --- a/indra/linux_crash_logger/llcrashloggerlinux.h +++ b/indra/linux_crash_logger/llcrashloggerlinux.h @@ -39,6 +39,7 @@ public: virtual bool mainLoop(); virtual void updateApplication(const std::string& = LLStringUtil::null); virtual void gatherPlatformSpecificFiles(); + virtual bool cleanup(); }; #endif |