aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorDr Scofield2008-07-25 10:05:50 +0000
committerDr Scofield2008-07-25 10:05:50 +0000
commit24e15088ea796afec01a197c6812c1c52e2de324 (patch)
tree0ecc8cc29d5c0d0297c2f5bc5c36f0d097e07f9d /OpenSim/Framework/IClientAPI.cs
parentFrom: awebb (diff)
downloadopensim-SC_OLD-24e15088ea796afec01a197c6812c1c52e2de324.zip
opensim-SC_OLD-24e15088ea796afec01a197c6812c1c52e2de324.tar.gz
opensim-SC_OLD-24e15088ea796afec01a197c6812c1c52e2de324.tar.bz2
opensim-SC_OLD-24e15088ea796afec01a197c6812c1c52e2de324.tar.xz
renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage
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.")]