diff options
author | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
commit | 215f423cbe18fe9ca14a26caef918d303bad28ff (patch) | |
tree | 0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/newview/llfloatergroupinfo.h | |
parent | Second Life viewer sources 1.18.3.5-RC (diff) | |
download | meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2 meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz |
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/newview/llfloatergroupinfo.h')
-rw-r--r-- | linden/indra/newview/llfloatergroupinfo.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatergroupinfo.h b/linden/indra/newview/llfloatergroupinfo.h index b89fdc9..4e0bcd8 100644 --- a/linden/indra/newview/llfloatergroupinfo.h +++ b/linden/indra/newview/llfloatergroupinfo.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llfloatergroupinfo.h | 2 | * @file llfloatergroupinfo.h |
3 | * @brief LLFloaterGroupInfo class definition | 3 | * @brief LLFloaterGroupInfo class definition |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 7 | * Copyright (c) 2002-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 | /** | 32 | /** |
@@ -49,7 +52,7 @@ public: | |||
49 | static void showCreateGroup(void *); | 52 | static void showCreateGroup(void *); |
50 | static void showMyGroupInfo(void *); | 53 | static void showMyGroupInfo(void *); |
51 | static void showFromUUID(const LLUUID &group_id, | 54 | static void showFromUUID(const LLUUID &group_id, |
52 | const std::string& tab_name = ""); | 55 | const std::string& tab_name = std::string()); |
53 | static void closeCreateGroup(); | 56 | static void closeCreateGroup(); |
54 | static void closeGroup(const LLUUID& group_id); | 57 | static void closeGroup(const LLUUID& group_id); |
55 | static void refreshGroup(const LLUUID& group_id); | 58 | static void refreshGroup(const LLUUID& group_id); |
@@ -69,7 +72,7 @@ public: | |||
69 | // if there is information that needs to be applied. | 72 | // if there is information that needs to be applied. |
70 | virtual BOOL canClose(); | 73 | virtual BOOL canClose(); |
71 | protected: | 74 | protected: |
72 | LLFloaterGroupInfo(const std::string& name, const LLRect &rect, const std::string& title, const LLUUID& group_id = LLUUID::null, const std::string& tab_name = ""); | 75 | LLFloaterGroupInfo(const std::string& name, const LLRect &rect, const std::string& title, const LLUUID& group_id = LLUUID::null, const std::string& tab_name = std::string()); |
73 | 76 | ||
74 | private: | 77 | private: |
75 | static void callbackLoadGroupName(const LLUUID& id, const char* first, const char* last, BOOL is_group, void* data); | 78 | static void callbackLoadGroupName(const LLUUID& id, const char* first, const char* last, BOOL is_group, void* data); |