diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 33f080f..e82c26d 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -74,6 +74,7 @@ namespace OpenSim.Tests.Common.Mock | |||
74 | public event SetAppearance OnSetAppearance; | 74 | public event SetAppearance OnSetAppearance; |
75 | public event AvatarNowWearing OnAvatarNowWearing; | 75 | public event AvatarNowWearing OnAvatarNowWearing; |
76 | public event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; | 76 | public event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; |
77 | public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv; | ||
77 | public event UUIDNameRequest OnDetachAttachmentIntoInv; | 78 | public event UUIDNameRequest OnDetachAttachmentIntoInv; |
78 | public event ObjectAttach OnObjectAttach; | 79 | public event ObjectAttach OnObjectAttach; |
79 | public event ObjectDeselect OnObjectDetach; | 80 | public event ObjectDeselect OnObjectDetach; |