diff options
author | Melanie | 2012-10-18 20:42:43 +0100 |
---|---|---|
committer | Melanie | 2012-10-18 20:42:43 +0100 |
commit | caf2dcde706383f1cc661a69cb483fd134256599 (patch) | |
tree | bb8c0e05cfacd1ee296c08ab208d3ba3d659edb8 /OpenSim/Region | |
parent | Merge branch 'master' into careminster (diff) | |
parent | If we're avoiding printing a long request warning for a GetTexture CAP call, ... (diff) | |
download | opensim-SC-caf2dcde706383f1cc661a69cb483fd134256599.zip opensim-SC-caf2dcde706383f1cc661a69cb483fd134256599.tar.gz opensim-SC-caf2dcde706383f1cc661a69cb483fd134256599.tar.bz2 opensim-SC-caf2dcde706383f1cc661a69cb483fd134256599.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index f80a00f..67ce48e 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -92,23 +92,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
92 | public event ObjectDeselect OnObjectDetach; | 92 | public event ObjectDeselect OnObjectDetach; |
93 | public event ObjectDrop OnObjectDrop; | 93 | public event ObjectDrop OnObjectDrop; |
94 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; | 94 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; |
95 | |||
96 | /// <summary> | ||
97 | /// Called when an AgentUpdate message is received and before OnAgentUpdate. | ||
98 | /// </summary> | ||
99 | /// <remarks> | ||
100 | /// Listeners must not retain a reference to AgentUpdateArgs since this object is reused for subsequent AgentUpdates. | ||
101 | /// </remarks> | ||
102 | public event UpdateAgent OnPreAgentUpdate; | 95 | public event UpdateAgent OnPreAgentUpdate; |
103 | |||
104 | /// <summary> | ||
105 | /// Called when an AgentUpdate message is received and after OnPreAgentUpdate. | ||
106 | /// </summary> | ||
107 | /// <remarks> | ||
108 | /// Listeners must not retain a reference to AgentUpdateArgs since this object is reused for subsequent AgentUpdates. | ||
109 | /// </remarks> | ||
110 | public event UpdateAgent OnAgentUpdate; | 96 | public event UpdateAgent OnAgentUpdate; |
111 | |||
112 | public event AgentRequestSit OnAgentRequestSit; | 97 | public event AgentRequestSit OnAgentRequestSit; |
113 | public event AgentSit OnAgentSit; | 98 | public event AgentSit OnAgentSit; |
114 | public event AvatarPickerRequest OnAvatarPickerRequest; | 99 | public event AvatarPickerRequest OnAvatarPickerRequest; |