aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcallingcard.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-16 06:08:15 -0700
committerMcCabe Maxsted2010-09-16 22:17:46 -0700
commit162cf8240158d2d487d014bdac77f58a8c75595f (patch)
tree3cf3d15c7dafd7716e02bc4bf3ef0763e74bf843 /linden/indra/newview/llcallingcard.h
parentFixed up the logic for the Hide Misspellings/Show Misspellings menu options. ... (diff)
downloadmeta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.zip
meta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.tar.gz
meta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.tar.bz2
meta-impy-162cf8240158d2d487d014bdac77f58a8c75595f.tar.xz
Added search bars for friends and groups lists, based on a feature in the Ascent viewer by Charley Levenque
Diffstat (limited to 'linden/indra/newview/llcallingcard.h')
-rw-r--r--linden/indra/newview/llcallingcard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llcallingcard.h b/linden/indra/newview/llcallingcard.h
index 85a1ab6..0db5376 100644
--- a/linden/indra/newview/llcallingcard.h
+++ b/linden/indra/newview/llcallingcard.h
@@ -129,6 +129,9 @@ public:
129 void setBuddyOnline(const LLUUID& id, bool is_online); 129 void setBuddyOnline(const LLUUID& id, bool is_online);
130 bool isBuddyOnline(const LLUUID& id) const; 130 bool isBuddyOnline(const LLUUID& id) const;
131 131
132 // get count of buddies
133 S32 getBuddyCount();
134
132 // simple empowered status 135 // simple empowered status
133 void setBuddyEmpowered(const LLUUID& id, bool is_empowered); 136 void setBuddyEmpowered(const LLUUID& id, bool is_empowered);
134 bool isBuddyEmpowered(const LLUUID& id) const; 137 bool isBuddyEmpowered(const LLUUID& id) const;