aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorMelanie2009-09-30 21:23:00 +0100
committerMelanie2009-09-30 21:33:20 +0100
commit400abed271b7d59b8038326fccfe76c28d7d1051 (patch)
tree71f2fddd7ec0ccc700dfa635e7d2ddee617750c6 /OpenSim/Client
parentRemove predecode-j2k and it's assoaciated logic (diff)
downloadopensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.zip
opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.gz
opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.bz2
opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.xz
Add RebakeAvatarTexturesPacket to the client view
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs4
2 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 104f2d5..82ad942 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1649,5 +1649,9 @@ namespace OpenSim.Client.MXP.ClientStack
1649 public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) 1649 public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled)
1650 { 1650 {
1651 } 1651 }
1652
1653 public void SendRebakeAvatarTextures(UUID textureID)
1654 {
1655 }
1652 } 1656 }
1653} 1657}
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index bfca954..8c9eb5f 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -1145,5 +1145,9 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
1145 } 1145 }
1146 1146
1147 #endregion 1147 #endregion
1148
1149 public void SendRebakeAvatarTextures(UUID textureID)
1150 {
1151 }
1148 } 1152 }
1149} 1153}