From 412112acbafa6e1f111b12007fd3a81728d0b2f5 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 23 Mar 2009 00:11:34 +0000 Subject: Committing partial work on passing folders across instances. This may crash. --- OpenSim/Data/MSSQL/MSSQLInventoryData.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Data/MSSQL') diff --git a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs index 3d25ed0..1349f29 100644 --- a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs +++ b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs @@ -535,6 +535,11 @@ namespace OpenSim.Data.MSSQL return null; } + public InventoryFolderBase queryInventoryFolder(UUID folderID) + { + return null; + } + /// /// Returns all activated gesture-items in the inventory of the specified avatar. /// -- cgit v1.1