diff options
author | Charles Krinke | 2008-06-11 14:02:16 +0000 |
---|---|---|
committer | Charles Krinke | 2008-06-11 14:02:16 +0000 |
commit | 7821cca2f5a7c31a41446656f218fdaf450969c0 (patch) | |
tree | a5ac8102278c6011dd211b372776280c0863cc26 /OpenSim/Framework/Communications/IInventoryServices.cs | |
parent | Mantis#1528. Thank you kindly, Boscata for: (diff) | |
download | opensim-SC_OLD-7821cca2f5a7c31a41446656f218fdaf450969c0.zip opensim-SC_OLD-7821cca2f5a7c31a41446656f218fdaf450969c0.tar.gz opensim-SC_OLD-7821cca2f5a7c31a41446656f218fdaf450969c0.tar.bz2 opensim-SC_OLD-7821cca2f5a7c31a41446656f218fdaf450969c0.tar.xz |
Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch
to allow the InventoryServer to work with MSSQL..
Diffstat (limited to 'OpenSim/Framework/Communications/IInventoryServices.cs')
-rw-r--r-- | OpenSim/Framework/Communications/IInventoryServices.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/IInventoryServices.cs b/OpenSim/Framework/Communications/IInventoryServices.cs index f7a8857..8dc09bc 100644 --- a/OpenSim/Framework/Communications/IInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInventoryServices.cs | |||
@@ -58,6 +58,13 @@ namespace OpenSim.Framework.Communications | |||
58 | bool AddFolder(InventoryFolderBase folder); | 58 | bool AddFolder(InventoryFolderBase folder); |
59 | 59 | ||
60 | /// <summary> | 60 | /// <summary> |
61 | /// Update a folder in the user's inventory | ||
62 | /// </summary> | ||
63 | /// <param name="folder"></param> | ||
64 | /// <returns>true if the folder was successfully updated</returns> | ||
65 | bool UpdateFolder(InventoryFolderBase folder); | ||
66 | |||
67 | /// <summary> | ||
61 | /// Move an inventory folder to a new location | 68 | /// Move an inventory folder to a new location |
62 | /// </summary> | 69 | /// </summary> |
63 | /// <param name="folder">A folder containing the details of the new location</param> | 70 | /// <param name="folder">A folder containing the details of the new location</param> |