From cf0a14bec94322656f57890d49fead85ed31730e Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sat, 8 Nov 2008 17:20:54 +0000 Subject: * Added IClientIM to IClientCore interfaces * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.* --- OpenSim/Framework/TaskInventoryDictionary.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Framework/TaskInventoryDictionary.cs') diff --git a/OpenSim/Framework/TaskInventoryDictionary.cs b/OpenSim/Framework/TaskInventoryDictionary.cs index 16ea042..4a1aa17 100644 --- a/OpenSim/Framework/TaskInventoryDictionary.cs +++ b/OpenSim/Framework/TaskInventoryDictionary.cs @@ -27,12 +27,10 @@ using System; using System.Collections.Generic; -using System.Reflection; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using OpenMetaverse; -using log4net; namespace OpenSim.Framework { -- cgit v1.1