diff options
Diffstat (limited to 'OpenSim/Data/SQLite')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteInventoryStore.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteInventoryStore.cs b/OpenSim/Data/SQLite/SQLiteInventoryStore.cs index 34a6364..bd18c11 100644 --- a/OpenSim/Data/SQLite/SQLiteInventoryStore.cs +++ b/OpenSim/Data/SQLite/SQLiteInventoryStore.cs | |||
@@ -631,6 +631,11 @@ namespace OpenSim.Data.SQLite | |||
631 | return null; | 631 | return null; |
632 | } | 632 | } |
633 | 633 | ||
634 | public InventoryFolderBase queryInventoryFolder(UUID folderID) | ||
635 | { | ||
636 | return null; | ||
637 | } | ||
638 | |||
634 | /// <summary> | 639 | /// <summary> |
635 | /// Delete all items in the specified folder | 640 | /// Delete all items in the specified folder |
636 | /// </summary> | 641 | /// </summary> |