* Added Obsolete() tag to IClientAPI.OutPacket.

* Increased compiler warnings by a whoppingly large number.
This commit is contained in:
Adam Frisby
2008-05-07 21:31:15 +00:00
parent a95f13a646
commit 17366af846

View File

@@ -793,7 +793,7 @@ namespace OpenSim.Framework
[Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST please refactor appropriately.")]
void OutPacket(Packet newPack, ThrottleOutPacketType packType);
void SendWearables(AvatarWearable[] wearables, int serial);
void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry);