aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorMelanie2012-03-15 10:24:40 +0100
committerMelanie2012-03-15 10:24:40 +0100
commitb4adf652e70173775e3de01e2a556badb9fed8b4 (patch)
tree9d1a32d51ee3f96acf6f6a06b20dc9dcbd062429 /OpenSim/Tests/Common
parentMerge branch 'master' into careminster (diff)
parentPlaying with object costs CAPS ... (diff)
downloadopensim-SC_OLD-b4adf652e70173775e3de01e2a556badb9fed8b4.zip
opensim-SC_OLD-b4adf652e70173775e3de01e2a556badb9fed8b4.tar.gz
opensim-SC_OLD-b4adf652e70173775e3de01e2a556badb9fed8b4.tar.bz2
opensim-SC_OLD-b4adf652e70173775e3de01e2a556badb9fed8b4.tar.xz
Merge branch 'ubitwork'
Diffstat (limited to 'OpenSim/Tests/Common')
-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 be6b81b..2fe22a5 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1258,5 +1258,9 @@ namespace OpenSim.Tests.Common.Mock
1258 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) 1258 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data)
1259 { 1259 {
1260 } 1260 }
1261
1262 public void SendPartPhysicsProprieties(ISceneEntity entity)
1263 {
1264 }
1261 } 1265 }
1262} 1266}