aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 742b211..d659a1f 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -37,7 +37,7 @@ namespace OpenSim.Framework
37 37
38 public delegate void ViewerEffectEventHandler(IClientAPI sender, List<ViewerEffectEventHandlerArg> args); 38 public delegate void ViewerEffectEventHandler(IClientAPI sender, List<ViewerEffectEventHandlerArg> args);
39 39
40 public delegate void ChatFromViewer(Object sender, ChatFromViewerArgs e); 40 public delegate void ChatMessage(Object sender, OSChatMessage e);
41 41
42 public delegate void TextureRequest(Object sender, TextureRequestArgs e); 42 public delegate void TextureRequest(Object sender, TextureRequestArgs e);
43 43
@@ -347,7 +347,7 @@ namespace OpenSim.Framework
347 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] 347 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")]
348 event ImprovedInstantMessage OnInstantMessage; 348 event ImprovedInstantMessage OnInstantMessage;
349 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments. Rename OnChat.")] 349 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments. Rename OnChat.")]
350 event ChatFromViewer OnChatFromViewer; 350 event ChatMessage OnChatFromViewer;
351 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] 351 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")]
352 event TextureRequest OnRequestTexture; 352 event TextureRequest OnRequestTexture;
353 // [Obsolete("LLClientView Specific - Remove bitbuckets. Adam, can you be more specific here.. as I don't see any bit buckets.")] 353 // [Obsolete("LLClientView Specific - Remove bitbuckets. Adam, can you be more specific here.. as I don't see any bit buckets.")]