aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorMelanie2011-12-04 12:35:01 +0100
committerMelanie2011-12-04 12:35:01 +0100
commitec8c93aa5e1d0af2c0adf38156b05e85421f4a81 (patch)
tree95c3431fae78fede98f6571704ccbd5ff7bf1c4c /OpenSim/Tests/Common
parentRemove some debug code that had snuck in (diff)
downloadopensim-SC_OLD-ec8c93aa5e1d0af2c0adf38156b05e85421f4a81.zip
opensim-SC_OLD-ec8c93aa5e1d0af2c0adf38156b05e85421f4a81.tar.gz
opensim-SC_OLD-ec8c93aa5e1d0af2c0adf38156b05e85421f4a81.tar.bz2
opensim-SC_OLD-ec8c93aa5e1d0af2c0adf38156b05e85421f4a81.tar.xz
Implement ChangeInventoryItemFlagsPacket handling
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index cedd6c7..1e74451 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -312,6 +312,7 @@ namespace OpenSim.Tests.Common.Mock
312 public event GroupVoteHistoryRequest OnGroupVoteHistoryRequest; 312 public event GroupVoteHistoryRequest OnGroupVoteHistoryRequest;
313 public event SimWideDeletesDelegate OnSimWideDeletes; 313 public event SimWideDeletesDelegate OnSimWideDeletes;
314 public event SendPostcard OnSendPostcard; 314 public event SendPostcard OnSendPostcard;
315 public event ChangeInventoryItemFlags OnChangeInventoryItemFlags;
315 public event MuteListEntryUpdate OnUpdateMuteListEntry; 316 public event MuteListEntryUpdate OnUpdateMuteListEntry;
316 public event MuteListEntryRemove OnRemoveMuteListEntry; 317 public event MuteListEntryRemove OnRemoveMuteListEntry;
317 public event GodlikeMessage onGodlikeMessage; 318 public event GodlikeMessage onGodlikeMessage;