diff options
author | Tom Grimshaw | 2010-06-12 04:36:14 -0700 |
---|---|---|
committer | Tom Grimshaw | 2010-06-12 04:36:14 -0700 |
commit | 63531b1df5463d43821c91a26bd0f6414716d0d0 (patch) | |
tree | 381fddf86dbe4880b6e5114f3db8737fc9ecb53a /OpenSim/Tests/Common/Mock | |
parent | Get rid of spamming SOG debug message (diff) | |
parent | Preserving the link numbers is a serializer's highest duty. (diff) | |
download | opensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.zip opensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.tar.gz opensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.tar.bz2 opensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index ebbf4ff..f8304c0 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1224,5 +1224,9 @@ namespace OpenSim.Tests.Common.Mock | |||
1224 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) | 1224 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) |
1225 | { | 1225 | { |
1226 | } | 1226 | } |
1227 | |||
1228 | public void StopFlying(ISceneEntity presence) | ||
1229 | { | ||
1230 | } | ||
1227 | } | 1231 | } |
1228 | } | 1232 | } |