diff options
Diffstat (limited to 'linden/indra/newview/llgesturemgr.h')
-rw-r--r-- | linden/indra/newview/llgesturemgr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llgesturemgr.h b/linden/indra/newview/llgesturemgr.h index 92b484a..59790f8 100644 --- a/linden/indra/newview/llgesturemgr.h +++ b/linden/indra/newview/llgesturemgr.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llgesturemgr.h | 2 | * @file llgesturemgr.h |
3 | * @brief Manager for playing gestures on the viewer | 3 | * @brief Manager for playing gestures on the viewer |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2004&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2004-2007, Linden Research, Inc. | 7 | * Copyright (c) 2004-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_LLGESTUREMGR_H | 32 | #ifndef LL_LLGESTUREMGR_H |
@@ -70,6 +73,7 @@ public: | |||
70 | // If you change a gesture, you need to build a new multigesture | 73 | // If you change a gesture, you need to build a new multigesture |
71 | // and call this method. | 74 | // and call this method. |
72 | void replaceGesture(const LLUUID& item_id, LLMultiGesture* new_gesture, const LLUUID& asset_id); | 75 | void replaceGesture(const LLUUID& item_id, LLMultiGesture* new_gesture, const LLUUID& asset_id); |
76 | void replaceGesture(const LLUUID& item_id, const LLUUID& asset_id); | ||
73 | 77 | ||
74 | // Load gesture into in-memory active form. | 78 | // Load gesture into in-memory active form. |
75 | // Can be called even if the inventory item isn't loaded yet. | 79 | // Can be called even if the inventory item isn't loaded yet. |