mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Finish dwell sending, adding the forgotten method body.
Add UserInfo and a dummy reply to enable Hippo Viewer users to disable IM logging (option was greyed out in OpenSim before)
This commit is contained in:
@@ -93,7 +93,6 @@ namespace OpenSim.Tests.Common.Mock
|
||||
public event ViewerEffectEventHandler OnViewerEffect;
|
||||
|
||||
public event FetchInventory OnAgentDataUpdateRequest;
|
||||
public event FetchInventory OnUserInfoRequest;
|
||||
public event TeleportLocationRequest OnSetStartLocationRequest;
|
||||
|
||||
public event UpdateShape OnUpdatePrimShape;
|
||||
@@ -248,6 +247,9 @@ namespace OpenSim.Tests.Common.Mock
|
||||
|
||||
public event ParcelDwellRequest OnParcelDwellRequest;
|
||||
|
||||
public event UserInfoRequest OnUserInfoRequest;
|
||||
public event UpdateUserInfo OnUpdateUserInfo;
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
/// <value>
|
||||
@@ -991,5 +993,9 @@ namespace OpenSim.Tests.Common.Mock
|
||||
public void SendParcelDwellReply(int localID, UUID parcelID, float dwell)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendUserInfoReply(bool imViaEmail, bool visible, string email)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user