diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llinventoryview.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h index cba1d16..d2caa84 100644 --- a/linden/indra/newview/llinventoryview.h +++ b/linden/indra/newview/llinventoryview.h | |||
@@ -3,6 +3,8 @@ | |||
3 | * @brief LLInventoryView, LLInventoryFolder, and LLInventoryItem | 3 | * @brief LLInventoryView, LLInventoryFolder, and LLInventoryItem |
4 | * class definition | 4 | * class definition |
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | ||
7 | * | ||
6 | * Copyright (c) 2001-2007, Linden Research, Inc. | 8 | * Copyright (c) 2001-2007, Linden Research, Inc. |
7 | * | 9 | * |
8 | * Second Life Viewer Source Code | 10 | * Second Life Viewer Source Code |
@@ -25,6 +27,7 @@ | |||
25 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 27 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
26 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 28 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
27 | * COMPLETENESS OR PERFORMANCE. | 29 | * COMPLETENESS OR PERFORMANCE. |
30 | * $/LicenseInfo$ | ||
28 | */ | 31 | */ |
29 | 32 | ||
30 | #ifndef LL_LLINVENTORYVIEW_H | 33 | #ifndef LL_LLINVENTORYVIEW_H |
@@ -170,6 +173,7 @@ public: | |||
170 | BOOL getCheckSinceLogoff(); | 173 | BOOL getCheckSinceLogoff(); |
171 | 174 | ||
172 | static void onTimeAgo(LLUICtrl*, void *); | 175 | static void onTimeAgo(LLUICtrl*, void *); |
176 | static void onCheckSinceLogoff(LLUICtrl*, void *); | ||
173 | static void onCloseBtn(void* user_data); | 177 | static void onCloseBtn(void* user_data); |
174 | static void selectAllTypes(void* user_data); | 178 | static void selectAllTypes(void* user_data); |
175 | static void selectNoTypes(void* user_data); | 179 | static void selectNoTypes(void* user_data); |
@@ -365,11 +369,6 @@ const BOOL TAKE_FOCUS_NO = FALSE; | |||
365 | 369 | ||
366 | void rez_attachment(LLViewerInventoryItem* item, LLViewerJointAttachment* attachment); | 370 | void rez_attachment(LLViewerInventoryItem* item, LLViewerJointAttachment* attachment); |
367 | 371 | ||
368 | extern const char* FIND_HINT; | ||
369 | extern const char* NAME_SEARCH_DESC; | ||
370 | extern const char* NEW_LSL_NAME; | ||
371 | extern const char* NEW_NOTECARD_NAME; | ||
372 | extern const char* NEW_GESTURE_NAME; | ||
373 | |||
374 | #endif // LL_LLINVENTORYVIEW_H | 372 | #endif // LL_LLINVENTORYVIEW_H |
375 | 373 | ||
374 | |||