From 17366af84681d1f35eb9dca58bd355589fee8bb9 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 7 May 2008 21:31:15 +0000 Subject: [PATCH] * Added Obsolete() tag to IClientAPI.OutPacket. * Increased compiler warnings by a whoppingly large number. --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 2ade592dfc..c40cf66011 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -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);