aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorAdam Frisby2008-05-07 21:31:15 +0000
committerAdam Frisby2008-05-07 21:31:15 +0000
commit17366af84681d1f35eb9dca58bd355589fee8bb9 (patch)
tree8fff90c952a96da80c3d2cb208117d2ef3efd2de /OpenSim/Framework
parent* Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER... (diff)
downloadopensim-SC_OLD-17366af84681d1f35eb9dca58bd355589fee8bb9.zip
opensim-SC_OLD-17366af84681d1f35eb9dca58bd355589fee8bb9.tar.gz
opensim-SC_OLD-17366af84681d1f35eb9dca58bd355589fee8bb9.tar.bz2
opensim-SC_OLD-17366af84681d1f35eb9dca58bd355589fee8bb9.tar.xz
* Added Obsolete() tag to IClientAPI.OutPacket.
* Increased compiler warnings by a whoppingly large number.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 2ade592..c40cf66 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -793,7 +793,7 @@ namespace OpenSim.Framework
793 793
794 794
795 795
796 796 [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST please refactor appropriately.")]
797 void OutPacket(Packet newPack, ThrottleOutPacketType packType); 797 void OutPacket(Packet newPack, ThrottleOutPacketType packType);
798 void SendWearables(AvatarWearable[] wearables, int serial); 798 void SendWearables(AvatarWearable[] wearables, int serial);
799 void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry); 799 void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry);