diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.h')
-rw-r--r-- | linden/indra/newview/llappviewer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llappviewer.h b/linden/indra/newview/llappviewer.h index 9f9deb6..02406be 100644 --- a/linden/indra/newview/llappviewer.h +++ b/linden/indra/newview/llappviewer.h | |||
@@ -77,8 +77,6 @@ public: | |||
77 | // Report true if under the control of a debugger. A null-op default. | 77 | // Report true if under the control of a debugger. A null-op default. |
78 | virtual bool beingDebugged() { return false; } | 78 | virtual bool beingDebugged() { return false; } |
79 | 79 | ||
80 | S32 getCrashBehavior() const { return mCrashBehavior; } | ||
81 | void setCrashBehavior(S32 cb); | ||
82 | virtual void handleCrashReporting() = 0; // What to do with crash report? | 80 | virtual void handleCrashReporting() = 0; // What to do with crash report? |
83 | 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. | 81 | 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. |
84 | static void handleViewerCrash(); // Hey! The viewer crashed. Do this, soon. | 82 | static void handleViewerCrash(); // Hey! The viewer crashed. Do this, soon. |
@@ -132,6 +130,7 @@ public: | |||
132 | // llstartup needs to control init. | 130 | // llstartup needs to control init. |
133 | // llworld, send_agent_pause() also controls pause/resume. | 131 | // llworld, send_agent_pause() also controls pause/resume. |
134 | void initMainloopTimeout(const std::string& state, F32 secs = -1.0f); | 132 | void initMainloopTimeout(const std::string& state, F32 secs = -1.0f); |
133 | void destroyMainloopTimeout(); | ||
135 | void pauseMainloopTimeout(); | 134 | void pauseMainloopTimeout(); |
136 | void resumeMainloopTimeout(const std::string& state = "", F32 secs = -1.0f); | 135 | void resumeMainloopTimeout(const std::string& state = "", F32 secs = -1.0f); |
137 | void pingMainloopTimeout(const std::string& state, F32 secs = -1.0f); | 136 | void pingMainloopTimeout(const std::string& state, F32 secs = -1.0f); |
@@ -186,7 +185,6 @@ private: | |||
186 | 185 | ||
187 | 186 | ||
188 | LLOSInfo mSysOSInfo; | 187 | LLOSInfo mSysOSInfo; |
189 | S32 mCrashBehavior; | ||
190 | bool mReportedCrash; | 188 | bool mReportedCrash; |
191 | 189 | ||
192 | // Thread objects. | 190 | // Thread objects. |
@@ -287,6 +285,7 @@ extern BOOL gUseWireframe; | |||
287 | extern LLVFS *gStaticVFS; | 285 | extern LLVFS *gStaticVFS; |
288 | 286 | ||
289 | extern LLMemoryInfo gSysMemory; | 287 | extern LLMemoryInfo gSysMemory; |
288 | extern U64 gMemoryAllocated; | ||
290 | 289 | ||
291 | extern LLString gLastVersionChannel; | 290 | extern LLString gLastVersionChannel; |
292 | 291 | ||