aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 2fc6572..8a71dfd 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -193,6 +193,7 @@ namespace OpenSim.Tests.Common.Mock
193 public event RegionInfoRequest OnRegionInfoRequest; 193 public event RegionInfoRequest OnRegionInfoRequest;
194 public event EstateCovenantRequest OnEstateCovenantRequest; 194 public event EstateCovenantRequest OnEstateCovenantRequest;
195 public event EstateChangeInfo OnEstateChangeInfo; 195 public event EstateChangeInfo OnEstateChangeInfo;
196 public event EstateManageTelehub OnEstateManageTelehub;
196 197
197 public event ObjectDuplicateOnRay OnObjectDuplicateOnRay; 198 public event ObjectDuplicateOnRay OnObjectDuplicateOnRay;
198 199
@@ -945,6 +946,10 @@ namespace OpenSim.Tests.Common.Mock
945 { 946 {
946 } 947 }
947 948
949 public void SendTelehubInfo(UUID ObjectID, string ObjectName, Vector3 ObjectPos, Quaternion ObjectRot, List<Vector3> SpawnPoint)
950 {
951 }
952
948 public void SendEstateList(UUID invoice, int code, UUID[] Data, uint estateID) 953 public void SendEstateList(UUID invoice, int code, UUID[] Data, uint estateID)
949 { 954 {
950 } 955 }