aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Tests/TestClient.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Tests/TestClient.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs b/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs
index 392a53b..606b1fb 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs
+++ b/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs
@@ -939,5 +939,11 @@ namespace OpenSim.Region.Environment.Scenes.Tests
939 public void SendTerminateFriend(UUID exFriendID) 939 public void SendTerminateFriend(UUID exFriendID)
940 { 940 {
941 } 941 }
942
943 public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
944 {
945 throw new NotImplementedException();
946 }
947
942 } 948 }
943} 949}