aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewerwin32.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llappviewerwin32.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llappviewerwin32.h')
-rw-r--r--linden/indra/newview/llappviewerwin32.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/llappviewerwin32.h b/linden/indra/newview/llappviewerwin32.h
index b015cc9..fe16ec4 100644
--- a/linden/indra/newview/llappviewerwin32.h
+++ b/linden/indra/newview/llappviewerwin32.h
@@ -39,7 +39,7 @@
39class LLAppViewerWin32 : public LLAppViewer 39class LLAppViewerWin32 : public LLAppViewer
40{ 40{
41public: 41public:
42 LLAppViewerWin32(); 42 LLAppViewerWin32(const char* cmd_line);
43 virtual ~LLAppViewerWin32(); 43 virtual ~LLAppViewerWin32();
44 44
45 // 45 //
@@ -49,15 +49,19 @@ public:
49 virtual bool cleanup(); 49 virtual bool cleanup();
50 50
51protected: 51protected:
52 virtual bool initWindow(); // Initialize the viewer's window. 52 virtual void initConsole(); // Initialize OS level debugging console.
53 virtual bool initHardwareTest(); // Win32 uses DX9 to test hardware. 53 virtual bool initHardwareTest(); // Win32 uses DX9 to test hardware.
54 virtual bool initParseCommandLine(LLCommandLineParser& clp);
55
54 virtual void handleCrashReporting(); 56 virtual void handleCrashReporting();
57 virtual void handleSyncCrashTrace();
55 58
56 std::string generateSerialNumber(); 59 std::string generateSerialNumber();
57 60
58private: 61private:
59 void disableWinErrorReporting(); 62 void disableWinErrorReporting();
60 63
64 std::string mCmdLine;
61}; 65};
62 66
63#endif // LL_LLAPPVIEWERWIN32_H 67#endif // LL_LLAPPVIEWERWIN32_H