aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-17 20:50:29 +0100
committerJustin Clark-Casey (justincc)2011-10-17 20:50:29 +0100
commit120114e96becc6fee1311300359dcefaf4013c0e (patch)
treeb03fd72833eb974da4eb4ac8795cf74c69cd0770 /OpenSim/Tests/Common/Mock
parentAdd avatar names to debug packet output (diff)
downloadopensim-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/Common/Mock')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
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 {