diff options
Diffstat (limited to 'linden/indra/newview/lllcd.h')
-rw-r--r-- | linden/indra/newview/lllcd.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/linden/indra/newview/lllcd.h b/linden/indra/newview/lllcd.h index ae21da3..157ea8d 100644 --- a/linden/indra/newview/lllcd.h +++ b/linden/indra/newview/lllcd.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2001-2007, Linden Research, Inc. | 7 | * Copyright (c) 2001-2008, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -36,19 +36,19 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | // class that defines the specific Debug page group of pages | 38 | // class that defines the specific Debug page group of pages |
39 | class llDebugPageGroup : public llLCDPageGroup | 39 | class LLDebugPageGroup : public LLLCDPageGroup |
40 | { | 40 | { |
41 | public: | 41 | public: |
42 | llDebugPageGroup(CEzLcd *LCD, int type, HICON SLIcon); | 42 | LLDebugPageGroup(CEzLcd *LCD, int type, HICON SLIcon); |
43 | virtual void UpdateDetails(); | 43 | virtual void UpdateDetails(); |
44 | virtual void GetDisplayable(); | 44 | virtual void GetDisplayable(); |
45 | }; | 45 | }; |
46 | 46 | ||
47 | // class that defines the specific Debug Console group of pages | 47 | // class that defines the specific Debug Console group of pages |
48 | class llDebugConsolePageGroup : public llLCDPageGroup | 48 | class LLDebugConsolePageGroup : public LLLCDPageGroup |
49 | { | 49 | { |
50 | public: | 50 | public: |
51 | llDebugConsolePageGroup(CEzLcd *LCD, int type, HICON SLIcon); | 51 | LLDebugConsolePageGroup(CEzLcd *LCD, int type, HICON SLIcon); |
52 | virtual void UpdateDetails(); | 52 | virtual void UpdateDetails(); |
53 | virtual void GetDisplayable(); | 53 | virtual void GetDisplayable(); |
54 | void InsertText(const LLWString &newLine); | 54 | void InsertText(const LLWString &newLine); |
@@ -59,19 +59,19 @@ private: | |||
59 | }; | 59 | }; |
60 | 60 | ||
61 | // class that defines the specific Linden Account group of pages | 61 | // class that defines the specific Linden Account group of pages |
62 | class llLindenPageGroup : public llLCDPageGroup | 62 | class LLLindenPageGroup : public LLLCDPageGroup |
63 | { | 63 | { |
64 | public: | 64 | public: |
65 | llLindenPageGroup(CEzLcd *LCD, int type, HICON SLIcon); | 65 | LLLindenPageGroup(CEzLcd *LCD, int type, HICON SLIcon); |
66 | virtual void UpdateDetails(); | 66 | virtual void UpdateDetails(); |
67 | virtual void GetDisplayable(); | 67 | virtual void GetDisplayable(); |
68 | }; | 68 | }; |
69 | 69 | ||
70 | // class that defines the specific Chat group of pages | 70 | // class that defines the specific Chat group of pages |
71 | class llChatPageGroup : public llLCDPageGroup | 71 | class LLChatPageGroup : public LLLCDPageGroup |
72 | { | 72 | { |
73 | public: | 73 | public: |
74 | llChatPageGroup(CEzLcd *LCD, int type, HICON SLIcon); | 74 | LLChatPageGroup(CEzLcd *LCD, int type, HICON SLIcon); |
75 | virtual void UpdateDetails(); | 75 | virtual void UpdateDetails(); |
76 | virtual void GetDisplayable(); | 76 | virtual void GetDisplayable(); |
77 | void InsertText(const LLString &newLine); | 77 | void InsertText(const LLString &newLine); |
@@ -82,10 +82,10 @@ private: | |||
82 | }; | 82 | }; |
83 | 83 | ||
84 | // class that defines the specific IM group of pages | 84 | // class that defines the specific IM group of pages |
85 | class llIMPageGroup : public llLCDPageGroup | 85 | class LLIMPageGroup : public LLLCDPageGroup |
86 | { | 86 | { |
87 | public: | 87 | public: |
88 | llIMPageGroup(CEzLcd *LCD, int type, HICON SLIcon); | 88 | LLIMPageGroup(CEzLcd *LCD, int type, HICON SLIcon); |
89 | virtual void UpdateDetails(); | 89 | virtual void UpdateDetails(); |
90 | virtual void GetDisplayable(); | 90 | virtual void GetDisplayable(); |
91 | void InsertText(const LLString &newLine); | 91 | void InsertText(const LLString &newLine); |
@@ -96,18 +96,18 @@ private: | |||
96 | }; | 96 | }; |
97 | 97 | ||
98 | // class that defines the specific Region group of pages | 98 | // class that defines the specific Region group of pages |
99 | class llRegionPageGroup : public llLCDPageGroup | 99 | class LLRegionPageGroup : public LLLCDPageGroup |
100 | { | 100 | { |
101 | public: | 101 | public: |
102 | llRegionPageGroup(CEzLcd *LCD, int type, HICON SLIcon); | 102 | LLRegionPageGroup(CEzLcd *LCD, int type, HICON SLIcon); |
103 | virtual void UpdateDetails(); | 103 | virtual void UpdateDetails(); |
104 | virtual void GetDisplayable(); | 104 | virtual void GetDisplayable(); |
105 | }; | 105 | }; |
106 | 106 | ||
107 | class llLCD; | 107 | class LLLCD; |
108 | 108 | ||
109 | // The following symbols are exported from lllcd.cpp | 109 | // The following symbols are exported from lllcd.cpp |
110 | extern llLCD *gLcdScreen; | 110 | extern LLLCD *gLcdScreen; |
111 | extern void CreateLCDDebugWindows(); | 111 | extern void CreateLCDDebugWindows(); |
112 | 112 | ||
113 | //#endif | 113 | //#endif |