* Added Obsolete() tag to IClientAPI.OutPacket.

* Increased compiler warnings by a whoppingly large number.
0.6.0-stable
Adam Frisby 2008-05-07 21:31:15 +00:00
parent a95f13a646
commit 17366af846
1 changed files with 1 additions and 1 deletions

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 OutPacket(Packet newPack, ThrottleOutPacketType packType);
void SendWearables(AvatarWearable[] wearables, int serial); void SendWearables(AvatarWearable[] wearables, int serial);
void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry); void SendAppearance(LLUUID agentID, byte[] visualParams, byte[] textureEntry);