From f78c5aedbf8e7a8cea3501244cb6a85a2a66bde6 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Mon, 12 May 2008 20:29:56 +0000 Subject: * Added some build warnings for Teravus. :) --- OpenSim/Framework/IClientAPI.cs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b79dec0..64b68d9 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -632,10 +632,12 @@ namespace OpenSim.Framework LLUUID SecureSessionId { get; } + [Obsolete("LLClientView Specific - Use .Name instead. Do not assume an av has two names")] string FirstName { get; } - + [Obsolete("LLClientView Specific - Use .Name instead. Do not assume an av has two names")] string LastName { get; } + [Obsolete("LLClientView Specific - Replace with ???")] int NextAnimationSequenceNumber { get; } /// @@ -651,13 +653,21 @@ namespace OpenSim.Framework set; } + [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] uint CircuitCode { get; } + [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] event ImprovedInstantMessage OnInstantMessage; + [Obsolete("LLClientView Specific - Replace with more bare-bones arguments. Rename OnChat.")] event ChatFromViewer OnChatFromViewer; + [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] event TextureRequest OnRequestTexture; + [Obsolete("LLClientView Specific - Remove bitbuckets.")] event RezObject OnRezObject; + [Obsolete("LLClientView Specific - Replace with more suitable arguments.")] event ModifyTerrain OnModifyTerrain; + [Obsolete("LLClientView Specific.")] event SetAppearance OnSetAppearance; + [Obsolete("LLClientView Specific - Replace and rename OnAvatarUpdate. Difference from SetAppearance?")] event AvatarNowWearing OnAvatarNowWearing; event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; event UUIDNameRequest OnDetachAttachmentIntoInv; -- cgit v1.1