aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:37 -0500
committerJacek Antonelli2008-08-15 23:45:37 -0500
commit31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch)
treec4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llappviewer.h
parentSecond Life viewer sources 1.19.1.1 (diff)
downloadmeta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2
meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/newview/llappviewer.h')
-rw-r--r--linden/indra/newview/llappviewer.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/linden/indra/newview/llappviewer.h b/linden/indra/newview/llappviewer.h
index ddf51b3..88f3fdd 100644
--- a/linden/indra/newview/llappviewer.h
+++ b/linden/indra/newview/llappviewer.h
@@ -115,7 +115,7 @@ public:
115 115
116 bool isInProductionGrid(); 116 bool isInProductionGrid();
117 117
118 void removeMarkerFile(); 118 void removeMarkerFile(bool leave_logout_marker = false);
119 119
120 // LLAppViewer testing helpers. 120 // LLAppViewer testing helpers.
121 // *NOTE: These will potentially crash the viewer. Only for debugging. 121 // *NOTE: These will potentially crash the viewer. Only for debugging.
@@ -167,6 +167,10 @@ private:
167 LLString mMarkerFileName; 167 LLString mMarkerFileName;
168 apr_file_t* mMarkerFile; // A file created to indicate the app is running. 168 apr_file_t* mMarkerFile; // A file created to indicate the app is running.
169 169
170 LLString mLogoutMarkerFileName;
171 apr_file_t* mLogoutMarkerFile; // A file created to indicate the app is running.
172
173
170 LLOSInfo mSysOSInfo; 174 LLOSInfo mSysOSInfo;
171 S32 mCrashBehavior; 175 S32 mCrashBehavior;
172 bool mReportedCrash; 176 bool mReportedCrash;
@@ -231,7 +235,9 @@ typedef enum
231 LAST_EXEC_NORMAL = 0, 235 LAST_EXEC_NORMAL = 0,
232 LAST_EXEC_FROZE, 236 LAST_EXEC_FROZE,
233 LAST_EXEC_LLERROR_CRASH, 237 LAST_EXEC_LLERROR_CRASH,
234 LAST_EXEC_OTHER_CRASH 238 LAST_EXEC_OTHER_CRASH,
239 LAST_EXEC_LOGOUT_FROZE,
240 LAST_EXEC_LOGOUT_CRASH
235} eLastExecEvent; 241} eLastExecEvent;
236 242
237extern eLastExecEvent gLastExecEvent; // llstartup 243extern eLastExecEvent gLastExecEvent; // llstartup