diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 81ebf31..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(); |