diff options
author | MW | 2007-10-08 10:30:15 +0000 |
---|---|---|
committer | MW | 2007-10-08 10:30:15 +0000 |
commit | 4c25008850f92bcc79502c71a0e4d34c883d27d0 (patch) | |
tree | c5dd571fb11699675c80d363b3261c5be477c018 /OpenSim/Framework/General | |
parent | small bug fix (diff) | |
download | opensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.zip opensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.tar.gz opensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.tar.bz2 opensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.tar.xz |
Applied patch 485, inventory patch from tleiades (thanks again).
Diffstat (limited to 'OpenSim/Framework/General')
-rw-r--r-- | OpenSim/Framework/General/Types/InventoryItemBase.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Framework/General/Types/InventoryItemBase.cs b/OpenSim/Framework/General/Types/InventoryItemBase.cs index 7f59bcc..fed7e50 100644 --- a/OpenSim/Framework/General/Types/InventoryItemBase.cs +++ b/OpenSim/Framework/General/Types/InventoryItemBase.cs | |||
@@ -205,7 +205,7 @@ namespace OpenSim.Framework.Types | |||
205 | /// | 205 | /// |
206 | /// </summary> | 206 | /// </summary> |
207 | /// <param name="item"></param> | 207 | /// <param name="item"></param> |
208 | void deleteInventoryItem(InventoryItemBase item); | 208 | void deleteInventoryItem(LLUUID item); |
209 | 209 | ||
210 | /// <summary> | 210 | /// <summary> |
211 | /// Adds a new folder specified by folder | 211 | /// Adds a new folder specified by folder |
@@ -224,6 +224,5 @@ namespace OpenSim.Framework.Types | |||
224 | /// </summary> | 224 | /// </summary> |
225 | /// <param name="folder">The id of the folder</param> | 225 | /// <param name="folder">The id of the folder</param> |
226 | void deleteInventoryFolder(LLUUID folder); | 226 | void deleteInventoryFolder(LLUUID folder); |
227 | |||
228 | } | 227 | } |
229 | } \ No newline at end of file | 228 | } |