aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterfriends.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterfriends.h')
-rw-r--r--linden/indra/newview/llfloaterfriends.h10
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
77private: 85private:
78 86