diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 4a54c67..fb87c15 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -327,6 +327,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
327 | public event FriendActionDelegate OnApproveFriendRequest = delegate { }; | 327 | public event FriendActionDelegate OnApproveFriendRequest = delegate { }; |
328 | public event FriendActionDelegate OnDenyFriendRequest = delegate { }; | 328 | public event FriendActionDelegate OnDenyFriendRequest = delegate { }; |
329 | public event FriendshipTermination OnTerminateFriendship = delegate { }; | 329 | public event FriendshipTermination OnTerminateFriendship = delegate { }; |
330 | public event GrantUserFriendRights OnGrantUserRights = delegate { }; | ||
330 | public event MoneyTransferRequest OnMoneyTransferRequest = delegate { }; | 331 | public event MoneyTransferRequest OnMoneyTransferRequest = delegate { }; |
331 | public event EconomyDataRequest OnEconomyDataRequest = delegate { }; | 332 | public event EconomyDataRequest OnEconomyDataRequest = delegate { }; |
332 | public event MoneyBalanceRequest OnMoneyBalanceRequest = delegate { }; | 333 | public event MoneyBalanceRequest OnMoneyBalanceRequest = delegate { }; |
@@ -406,6 +407,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
406 | public event PlacesQuery OnPlacesQuery = delegate { }; | 407 | public event PlacesQuery OnPlacesQuery = delegate { }; |
407 | 408 | ||
408 | 409 | ||
410 | |||
409 | public void SetDebugPacketLevel(int newDebug) | 411 | public void SetDebugPacketLevel(int newDebug) |
410 | { | 412 | { |
411 | throw new System.NotImplementedException(); | 413 | throw new System.NotImplementedException(); |
@@ -606,7 +608,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
606 | throw new System.NotImplementedException(); | 608 | throw new System.NotImplementedException(); |
607 | } | 609 | } |
608 | 610 | ||
609 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, bool fetchFolders, bool fetchItems) | 611 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, int version, bool fetchFolders, bool fetchItems) |
610 | { | 612 | { |
611 | throw new System.NotImplementedException(); | 613 | throw new System.NotImplementedException(); |
612 | } | 614 | } |