mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Committing partial work on passing folders across instances. This may crash.
This commit is contained in:
@@ -631,6 +631,11 @@ namespace OpenSim.Data.SQLite
|
||||
return null;
|
||||
}
|
||||
|
||||
public InventoryFolderBase queryInventoryFolder(UUID folderID)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Delete all items in the specified folder
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user