diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index c8656d5..d3e715f 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -329,10 +329,11 @@ namespace OpenSim.Framework.Communications.Cache | |||
329 | 329 | ||
330 | /// <summary> | 330 | /// <summary> |
331 | /// Create a folder in this agent's inventory. | 331 | /// Create a folder in this agent's inventory. |
332 | /// </summary> | ||
332 | /// | 333 | /// |
333 | /// If the inventory service has not yet delievered the inventory | 334 | /// If the inventory service has not yet delievered the inventory |
334 | /// for this user then the request will be queued. | 335 | /// for this user then the request will be queued. |
335 | /// </summary> | 336 | /// |
336 | /// <param name="parentID"></param> | 337 | /// <param name="parentID"></param> |
337 | /// <returns></returns> | 338 | /// <returns></returns> |
338 | public bool CreateFolder(string folderName, UUID folderID, ushort folderType, UUID parentID) | 339 | public bool CreateFolder(string folderName, UUID folderID, ushort folderType, UUID parentID) |