OpenSimMirror/OpenSim/Region/CoreModules/Avatar/Attachments
Justin Clark-Casey (justincc) 32444d98cb Make SP.Attachments available as sp.GetAttachments() instead.
The approach here, as in other parts of OpenSim, is to return a copy of the list rather than the attachments list itself
This prevents callers from forgetting to lock the list when they read it, as was happening in various parts of the codebase.
It also improves liveness.
This might improve attachment anomolies when performing region crossings.
2011-08-31 16:29:51 +01:00
..
Tests Make SP.Attachments available as sp.GetAttachments() instead. 2011-08-31 16:29:51 +01:00
AttachmentsModule.cs Make SP.Attachments available as sp.GetAttachments() instead. 2011-08-31 16:29:51 +01:00