aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/TaskInventoryDictionary.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-2/+0
* 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.*
2008-10-01one class per file please.Sean Dague1-0/+138
This puts the TaskInventoryDictionary in it's own file.