diff options
author | Justin Clark-Casey (justincc) | 2011-10-17 20:50:29 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-17 20:50:29 +0100 |
commit | 120114e96becc6fee1311300359dcefaf4013c0e (patch) | |
tree | b03fd72833eb974da4eb4ac8795cf74c69cd0770 /OpenSim/Tests | |
parent | Add avatar names to debug packet output (diff) | |
download | opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.zip opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.tar.gz opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.tar.bz2 opensim-SC_OLD-120114e96becc6fee1311300359dcefaf4013c0e.tar.xz |
refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 1 insertions, 3 deletions
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 | |||
873 | { | 873 | { |
874 | } | 874 | } |
875 | 875 | ||
876 | public void SetDebugPacketLevel(int newDebug) | 876 | public int DebugPacketLevel { get; set; } |
877 | { | ||
878 | } | ||
879 | 877 | ||
880 | public void InPacket(object NewPack) | 878 | public void InPacket(object NewPack) |
881 | { | 879 | { |