aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs
diff options
context:
space:
mode:
authorMW2007-10-06 08:23:51 +0000
committerMW2007-10-06 08:23:51 +0000
commit4e6b68df137ca46a0a7a7efd7ba2b245abb9cea3 (patch)
tree0f0bf6546adb7e5af65474ff1e9a7da25f658596 /OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs
parentthis ode.dll should fix problems with windows server 2003, and perhaps other ... (diff)
downloadopensim-SC_OLD-4e6b68df137ca46a0a7a7efd7ba2b245abb9cea3.zip
opensim-SC_OLD-4e6b68df137ca46a0a7a7efd7ba2b245abb9cea3.tar.gz
opensim-SC_OLD-4e6b68df137ca46a0a7a7efd7ba2b245abb9cea3.tar.bz2
opensim-SC_OLD-4e6b68df137ca46a0a7a7efd7ba2b245abb9cea3.tar.xz
Applied Patch 473, Inventory Patch from Tleiades (many thanks).
Diffstat (limited to 'OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs')
-rw-r--r--OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs b/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs
index f773da4..478e8b5 100644
--- a/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs
+++ b/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs
@@ -349,5 +349,14 @@ namespace OpenSim.Framework.Data.MySQL
349 { 349 {
350 addInventoryFolder(folder); 350 addInventoryFolder(folder);
351 } 351 }
352
353
354 /// <summary>
355 /// Delete an inventory folder
356 /// </summary>
357 /// <param name="folderId">Id of folder to delete</param>
358 public void deleteInventoryFolder(LLUUID folderID)
359 {
360 }
352 } 361 }
353} 362}