diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IInventoryData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/IInventoryData.cs b/OpenSim/Framework/IInventoryData.cs index 508099e..f283085 100644 --- a/OpenSim/Framework/IInventoryData.cs +++ b/OpenSim/Framework/IInventoryData.cs | |||
@@ -56,14 +56,14 @@ namespace OpenSim.Framework | |||
56 | /// </summary> | 56 | /// </summary> |
57 | /// <returns>A string containing the plugin version</returns> | 57 | /// <returns>A string containing the plugin version</returns> |
58 | string getVersion(); | 58 | string getVersion(); |
59 | 59 | ||
60 | /// <summary> | 60 | /// <summary> |
61 | /// Returns all child folders in the hierarchy from the parent folder and down. | 61 | /// Returns all child folders in the hierarchy from the parent folder and down. |
62 | /// Does not return the parent folder itself. | 62 | /// Does not return the parent folder itself. |
63 | /// </summary> | 63 | /// </summary> |
64 | /// <param name="parentID">The folder to get subfolders for</param> | 64 | /// <param name="parentID">The folder to get subfolders for</param> |
65 | /// <returns>A list of inventory folders</returns> | 65 | /// <returns>A list of inventory folders</returns> |
66 | List<InventoryFolderBase> getFolderHierarchy(LLUUID parentID); | 66 | List<InventoryFolderBase> getFolderHierarchy(LLUUID parentID); |
67 | 67 | ||
68 | /// <summary> | 68 | /// <summary> |
69 | /// Returns a list of inventory items contained within the specified folder | 69 | /// Returns a list of inventory items contained within the specified folder |
@@ -149,4 +149,4 @@ namespace OpenSim.Framework | |||
149 | /// <param name="folder">The id of the folder</param> | 149 | /// <param name="folder">The id of the folder</param> |
150 | void deleteInventoryFolder(LLUUID folder); | 150 | void deleteInventoryFolder(LLUUID folder); |
151 | } | 151 | } |
152 | } | 152 | } \ No newline at end of file |