diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-11 14:09:52 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-11 14:09:52 -0400 |
commit | e5ebea863650cacd45b05116916ca618942fe1be (patch) | |
tree | 7c8d73b6b1796bb80902f1ae6d90d374699ab05b /indra/newview/llappviewer.h | |
parent | 8a5c71ea1d278beee89da04036e7923129581baf (diff) | |
parent | 8c9587225a68f9b6276f08691d1a0ddbe67edd9a (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 5acd6e11c4..0b862a92a1 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -92,9 +92,7 @@ public: virtual bool restoreErrorTrap() = 0; // Require platform specific override to reset error handling mechanism. // return false if the error trap needed restoration. virtual void handleCrashReporting(bool reportFreeze = false) = 0; // What to do with crash report? - virtual void handleSyncCrashTrace() = 0; // any low-level crash-prep that has to happen in the context of the crashing thread before the crash report is delivered. static void handleViewerCrash(); // Hey! The viewer crashed. Do this, soon. - static void handleSyncViewerCrash(); // Hey! The viewer crashed. Do this right NOW in the context of the crashing thread. void checkForCrash(); // Thread accessors |