From 120114e96becc6fee1311300359dcefaf4013c0e Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 17 Oct 2011 20:50:29 +0100 Subject: refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter --- OpenSim/Tests/Common/Mock/TestClient.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Tests/Common/Mock') diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index f75a815..578e3ed 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs @@ -873,9 +873,7 @@ namespace OpenSim.Tests.Common.Mock { } - public void SetDebugPacketLevel(int newDebug) - { - } + public int DebugPacketLevel { get; set; } public void InPacket(object NewPack) { -- cgit v1.1