diff options
author | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
commit | b2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch) | |
tree | 3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/newview/llfloaterfriends.h | |
parent | Second Life viewer sources 1.14.0.1 (diff) | |
download | meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2 meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz |
Second Life viewer sources 1.15.0.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterfriends.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterfriends.h b/linden/indra/newview/llfloaterfriends.h index 236ac34..327a8cf 100644 --- a/linden/indra/newview/llfloaterfriends.h +++ b/linden/indra/newview/llfloaterfriends.h | |||
@@ -6,6 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Copyright (c) 2005-2007, Linden Research, Inc. | 7 | * Copyright (c) 2005-2007, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | ||
9 | * 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 |
10 | * to you under the terms of the GNU General Public License, version 2.0 | 11 | * to you under the terms of the GNU General Public License, version 2.0 |
11 | * ("GPL"), unless you have obtained a separate licensing agreement | 12 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -72,7 +73,14 @@ public: | |||
72 | // Toggles visibility of floater | 73 | // Toggles visibility of floater |
73 | static void toggle(void* unused = NULL); | 74 | static void toggle(void* unused = NULL); |
74 | 75 | ||
75 | static void requestFriendship(const LLUUID& target_id, const LLString& target_name); | 76 | // Show a dialog explaining what friendship entails, then request |
77 | // friendship. JC | ||
78 | static void requestFriendshipDialog(const LLUUID& target_id, | ||
79 | const std::string& target_name); | ||
80 | |||
81 | // Just request friendship, no dialog. | ||
82 | static void requestFriendship(const LLUUID& target_id, | ||
83 | const LLString& target_name); | ||
76 | 84 | ||
77 | private: | 85 | private: |
78 | 86 | ||