aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLInventoryData.cs5
1 files changed, 5 insertions, 0 deletions
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
535 return null; 535 return null;
536 } 536 }
537 537
538 public InventoryFolderBase queryInventoryFolder(UUID folderID)
539 {
540 return null;
541 }
542
538 /// <summary> 543 /// <summary>
539 /// Returns all activated gesture-items in the inventory of the specified avatar. 544 /// Returns all activated gesture-items in the inventory of the specified avatar.
540 /// </summary> 545 /// </summary>