diff options
author | Richard Linden <none@none> | 2010-10-08 17:38:19 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-08 17:38:19 -0700 |
commit | c25216ca3a1bc4bd7a88a2519fe156a00902e85c (patch) | |
tree | 44dee6f5dbfd63531f66595503490ca2a3c9028e /indra/newview/llappviewer.h | |
parent | f65bd3c1f18675910c9d49db217a1926bd04494e (diff) | |
parent | 77d1fa974ad6cc9be0b84e574b455693bfa7f702 (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index b0f8c1dc3d..62ebd0712e 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -66,6 +66,7 @@ public: // Application control void forceQuit(); // Puts the viewer into 'shutting down without error' mode. + void fastQuit(); // Shuts down the viewer immediately after sending a logout message void requestQuit(); // Request a quit. A kinder, gentler quit. void userQuit(); // The users asks to quit. Confirm, then requestQuit() void earlyExit(const std::string& name, |