diff options
author | Melanie | 2010-02-28 22:56:31 +0000 |
---|---|---|
committer | Melanie | 2010-02-28 22:56:31 +0000 |
commit | 86c621fdc77fadb898cf53578e83746cd8f8711b (patch) | |
tree | df69ad31237d4d2b459acf8a200a4bc1f6cabbcf /OpenSim/Client | |
parent | Add missing ChangeUserRights packet sender (diff) | |
download | opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.zip opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.gz opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.bz2 opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.xz |
Change the signature of SendChangeUserRights, because we have to send
this to both parties
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 2 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index b40a09b..cf87a30 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1707,7 +1707,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1707 | { | 1707 | { |
1708 | } | 1708 | } |
1709 | 1709 | ||
1710 | public void SendChangeUserRights(UUID friendID, int rights) | 1710 | public void SendChangeUserRights(UUID agentID, UUID friendID, int rights) |
1711 | { | 1711 | { |
1712 | } | 1712 | } |
1713 | } | 1713 | } |
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 22a37d1..56f5f8f 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -1195,7 +1195,7 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
1195 | { | 1195 | { |
1196 | } | 1196 | } |
1197 | 1197 | ||
1198 | public void SendChangeUserRights(UUID friendID, int rights) | 1198 | public void SendChangeUserRights(UUID agentID, UUID friendID, int rights) |
1199 | { | 1199 | { |
1200 | } | 1200 | } |
1201 | 1201 | ||
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 2630774..b8f46dc 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -1211,7 +1211,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
1211 | { | 1211 | { |
1212 | } | 1212 | } |
1213 | 1213 | ||
1214 | public void SendChangeUserRights(UUID friendID, int rights) | 1214 | public void SendChangeUserRights(UUID agentID, UUID friendID, int rights) |
1215 | { | 1215 | { |
1216 | } | 1216 | } |
1217 | } | 1217 | } |