summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupmgr.h
diff options
context:
space:
mode:
authorChris Baker <baker@lindenlab.com>2012-08-31 17:53:47 -0700
committerChris Baker <baker@lindenlab.com>2012-08-31 17:53:47 -0700
commit7ecf3ce40f4ec27a43878a3a2192c97479d22fcf (patch)
treea3145a896e3fb1980bb08751d70780d166f6a056 /indra/newview/llgroupmgr.h
parent238ac6c0e869d1c8c380e3e7b70d4803c385f352 (diff)
- Fixed an issue where service was called twice in a frame
- Changed level of output logs - Cleaned up comments
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rw-r--r--indra/newview/llgroupmgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llgroupmgr.h b/indra/newview/llgroupmgr.h
index b0c3cd025d..62b2978f21 100644
--- a/indra/newview/llgroupmgr.h
+++ b/indra/newview/llgroupmgr.h
@@ -341,7 +341,6 @@ public:
uuid_vec_t& member_ids);
// BAKER
- //static void sendCapGroupMembersRequest(const LLUUID& group_id);
void sendCapGroupMembersRequest(const LLUUID& group_id);
static void processCapGroupMembersRequest(const LLSD& content);
@@ -380,6 +379,8 @@ private:
typedef std::set<LLParticularGroupObserver*> observer_set_t;
typedef std::map<LLUUID,observer_set_t> observer_map_t;
observer_map_t mParticularObservers;
+
+ S32 mLastGroupMembersRequestFrame;
};