aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupmgr.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llgroupmgr.cpp
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llgroupmgr.cpp')
-rw-r--r--linden/indra/newview/llgroupmgr.cpp16
1 files changed, 5 insertions, 11 deletions
diff --git a/linden/indra/newview/llgroupmgr.cpp b/linden/indra/newview/llgroupmgr.cpp
index d1116b6..c213d26 100644
--- a/linden/indra/newview/llgroupmgr.cpp
+++ b/linden/indra/newview/llgroupmgr.cpp
@@ -47,7 +47,6 @@
47#include "roles_constants.h" 47#include "roles_constants.h"
48#include "lltransactiontypes.h" 48#include "lltransactiontypes.h"
49#include "llstatusbar.h" 49#include "llstatusbar.h"
50#include "viewer.h"
51#include "lleconomy.h" 50#include "lleconomy.h"
52#include "llviewerwindow.h" 51#include "llviewerwindow.h"
53#include "llfloaterdirectory.h" 52#include "llfloaterdirectory.h"
@@ -806,8 +805,7 @@ void LLGroupMgr::processGroupMembersReply(LLMessageSystem* msg, void** data)
806 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); 805 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id );
807 if (gAgent.getID() != agent_id) 806 if (gAgent.getID() != agent_id)
808 { 807 {
809 llwarns << "Got group properties reply for another agent!" 808 llwarns << "Got group properties reply for another agent!" << llendl;
810 << " Probably a userserver bug!" << llendl;
811 return; 809 return;
812 } 810 }
813 811
@@ -895,8 +893,7 @@ void LLGroupMgr::processGroupPropertiesReply(LLMessageSystem* msg, void** data)
895 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); 893 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id );
896 if (gAgent.getID() != agent_id) 894 if (gAgent.getID() != agent_id)
897 { 895 {
898 llwarns << "Got group properties reply for another agent!" 896 llwarns << "Got group properties reply for another agent!" << llendl;
899 << " Probably a userserver bug!" << llendl;
900 return; 897 return;
901 } 898 }
902 899
@@ -963,8 +960,7 @@ void LLGroupMgr::processGroupRoleDataReply(LLMessageSystem* msg, void** data)
963 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); 960 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id );
964 if (gAgent.getID() != agent_id) 961 if (gAgent.getID() != agent_id)
965 { 962 {
966 llwarns << "Got group properties reply for another agent!" 963 llwarns << "Got group properties reply for another agent!" << llendl;
967 << " Probably a userserver bug!" << llendl;
968 return; 964 return;
969 } 965 }
970 966
@@ -1031,8 +1027,7 @@ void LLGroupMgr::processGroupRoleMembersReply(LLMessageSystem* msg, void** data)
1031 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); 1027 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id );
1032 if (gAgent.getID() != agent_id) 1028 if (gAgent.getID() != agent_id)
1033 { 1029 {
1034 llwarns << "Got group properties reply for another agent!" 1030 llwarns << "Got group properties reply for another agent!" << llendl;
1035 << " Probably a userserver bug!" << llendl;
1036 return; 1031 return;
1037 } 1032 }
1038 1033
@@ -1142,8 +1137,7 @@ void LLGroupMgr::processGroupTitlesReply(LLMessageSystem* msg, void** data)
1142 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); 1137 msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id );
1143 if (gAgent.getID() != agent_id) 1138 if (gAgent.getID() != agent_id)
1144 { 1139 {
1145 llwarns << "Got group properties reply for another agent!" 1140 llwarns << "Got group properties reply for another agent!" << llendl;
1146 << " Probably a userserver bug!" << llendl;
1147 return; 1141 return;
1148 } 1142 }
1149 1143