diff options
author | UbitUmarov | 2016-08-18 12:45:11 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-18 12:45:11 +0100 |
commit | ac542715f1712eaba298a0a8e42c3ce9b0c7f24a (patch) | |
tree | aaf1736359a74b0f1572c6a5f387837770fbd1af /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | several changes on BunchOfCaps. Move some mesh cost initialization to its cla... (diff) | |
download | opensim-SC-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.zip opensim-SC-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.tar.gz opensim-SC-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.tar.bz2 opensim-SC-ac542715f1712eaba298a0a8e42c3ce9b0c7f24a.tar.xz |
add caps HomeLocation ; add client SendAlertMessage(string message, string info), where info in info message field. only minimal testing done
Diffstat (limited to '')
-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 4f8e986..9b087c9 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -861,6 +861,10 @@ namespace OpenSim.Tests.Common | |||
861 | { | 861 | { |
862 | } | 862 | } |
863 | 863 | ||
864 | public void SendAlertMessage(string message, string info) | ||
865 | { | ||
866 | } | ||
867 | |||
864 | public void SendSystemAlertMessage(string message) | 868 | public void SendSystemAlertMessage(string message) |
865 | { | 869 | { |
866 | } | 870 | } |