diff options
author | teravus | 2012-11-15 10:05:16 -0500 |
---|---|---|
committer | teravus | 2012-11-15 10:05:16 -0500 |
commit | e9153e1d1aae50024d8cd05fe14a9bce34343a0e (patch) | |
tree | bc111d34f95a26b99c7e34d9e495dc14d1802cc3 /OpenSim/Framework/TaskInventoryDictionary.cs | |
parent | Merge master into teravuswork (diff) | |
download | opensim-SC-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.zip opensim-SC-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.gz opensim-SC-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.bz2 opensim-SC-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.xz |
Revert "Merge master into teravuswork", it should have been avination, not master.
This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing
changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/TaskInventoryDictionary.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/TaskInventoryDictionary.cs b/OpenSim/Framework/TaskInventoryDictionary.cs index 62ecbd1..4d07746 100644 --- a/OpenSim/Framework/TaskInventoryDictionary.cs +++ b/OpenSim/Framework/TaskInventoryDictionary.cs | |||
@@ -39,12 +39,10 @@ using OpenMetaverse; | |||
39 | namespace OpenSim.Framework | 39 | namespace OpenSim.Framework |
40 | { | 40 | { |
41 | /// <summary> | 41 | /// <summary> |
42 | /// A dictionary containing task inventory items. Indexed by item UUID. | 42 | /// A dictionary for task inventory. |
43 | /// </summary> | 43 | /// </summary> |
44 | /// <remarks> | ||
45 | /// This class is not thread safe. Callers must synchronize on Dictionary methods or Clone() this object before | 44 | /// This class is not thread safe. Callers must synchronize on Dictionary methods or Clone() this object before |
46 | /// iterating over it. | 45 | /// iterating over it. |
47 | /// </remarks> | ||
48 | public class TaskInventoryDictionary : Dictionary<UUID, TaskInventoryItem>, | 46 | public class TaskInventoryDictionary : Dictionary<UUID, TaskInventoryItem>, |
49 | ICloneable, IXmlSerializable | 47 | ICloneable, IXmlSerializable |
50 | { | 48 | { |