aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMelanie2009-09-30 21:23:00 +0100
committerMelanie2009-09-30 21:33:20 +0100
commit400abed271b7d59b8038326fccfe76c28d7d1051 (patch)
tree71f2fddd7ec0ccc700dfa635e7d2ddee617750c6 /OpenSim/Tests
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/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index fe31729..2b54890 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1163,5 +1163,9 @@ namespace OpenSim.Tests.Common.Mock
1163 { 1163 {
1164 } 1164 }
1165 1165
1166 public void SendRebakeAvatarTextures(UUID textureID)
1167 {
1168 }
1169
1166 } 1170 }
1167} 1171}