Applied Patch 473, Inventory Patch from Tleiades (many thanks).

This commit is contained in:
MW
2007-10-06 08:23:51 +00:00
parent e8917c9e14
commit 4e6b68df13
3 changed files with 91 additions and 15 deletions

View File

@@ -349,5 +349,14 @@ namespace OpenSim.Framework.Data.MySQL
{
addInventoryFolder(folder);
}
/// <summary>
/// Delete an inventory folder
/// </summary>
/// <param name="folderId">Id of folder to delete</param>
public void deleteInventoryFolder(LLUUID folderID)
{
}
}
}