Changed RequestRootFolder to GetRootFolder

This commit is contained in:
Diva Canto
2009-08-10 16:02:09 -07:00
parent 17cc9b9857
commit 0c47f8e7ab
9 changed files with 12 additions and 12 deletions

View File

@@ -142,7 +142,7 @@ namespace OpenSim.Services.Interfaces
/// </summary>
/// <param name="userID"></param>
/// <returns>null if no root folder was found</returns>
InventoryFolderBase RequestRootFolder(UUID userID);
InventoryFolderBase GetRootFolder(UUID userID);
/// <summary>
/// Get the active gestures of the agent.