aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 5b0726b..7541c32 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -664,7 +664,7 @@ namespace OpenSim.Framework
664 664
665 string LastName { get; } 665 string LastName { get; }
666 666
667 [Obsolete("LLClientView Specific - Replace with ???")] 667 // [Obsolete("LLClientView Specific - Replace with ???")]
668 int NextAnimationSequenceNumber { get; } 668 int NextAnimationSequenceNumber { get; }
669 669
670 /// <summary> 670 /// <summary>
@@ -680,22 +680,22 @@ namespace OpenSim.Framework
680 set; 680 set;
681 } 681 }
682 682
683 [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] 683 // [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")]
684 uint CircuitCode { get; } 684 uint CircuitCode { get; }
685 [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] 685 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")]
686 event ImprovedInstantMessage OnInstantMessage; 686 event ImprovedInstantMessage OnInstantMessage;
687 [Obsolete("LLClientView Specific - Replace with more bare-bones arguments. Rename OnChat.")] 687 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments. Rename OnChat.")]
688 event ChatFromViewer OnChatFromViewer; 688 event ChatFromViewer OnChatFromViewer;
689 [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] 689 // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")]
690 event TextureRequest OnRequestTexture; 690 event TextureRequest OnRequestTexture;
691 [Obsolete("LLClientView Specific - Remove bitbuckets. Adam, can you be more specific here.. as I don't see any bit buckets.")] 691 // [Obsolete("LLClientView Specific - Remove bitbuckets. Adam, can you be more specific here.. as I don't see any bit buckets.")]
692 event RezObject OnRezObject; 692 event RezObject OnRezObject;
693 [Obsolete("LLClientView Specific - Replace with more suitable arguments.")] 693 // [Obsolete("LLClientView Specific - Replace with more suitable arguments.")]
694 event ModifyTerrain OnModifyTerrain; 694 event ModifyTerrain OnModifyTerrain;
695 event BakeTerrain OnBakeTerrain; 695 event BakeTerrain OnBakeTerrain;
696 [Obsolete("LLClientView Specific.")] 696 // [Obsolete("LLClientView Specific.")]
697 event SetAppearance OnSetAppearance; 697 event SetAppearance OnSetAppearance;
698 [Obsolete("LLClientView Specific - Replace and rename OnAvatarUpdate. Difference from SetAppearance?")] 698 // [Obsolete("LLClientView Specific - Replace and rename OnAvatarUpdate. Difference from SetAppearance?")]
699 event AvatarNowWearing OnAvatarNowWearing; 699 event AvatarNowWearing OnAvatarNowWearing;
700 event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv; 700 event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv;
701 event UUIDNameRequest OnDetachAttachmentIntoInv; 701 event UUIDNameRequest OnDetachAttachmentIntoInv;
@@ -841,7 +841,7 @@ namespace OpenSim.Framework
841 event ScriptReset OnScriptReset; 841 event ScriptReset OnScriptReset;
842 event UpdateVector OnAutoPilotGo; 842 event UpdateVector OnAutoPilotGo;
843 843
844 [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")] 844 // [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")]
845 void OutPacket(Packet newPack, ThrottleOutPacketType packType); 845 void OutPacket(Packet newPack, ThrottleOutPacketType packType);
846 void SendWearables(AvatarWearable[] wearables, int serial); 846 void SendWearables(AvatarWearable[] wearables, int serial);
847 void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry); 847 void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry);