diff options
Diffstat (limited to 'OpenSim/Framework/Communications/InventoryServiceBase.cs')
-rw-r--r-- | OpenSim/Framework/Communications/InventoryServiceBase.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs index 74c07e1..c8748fa 100644 --- a/OpenSim/Framework/Communications/InventoryServiceBase.cs +++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs | |||
@@ -141,6 +141,12 @@ namespace OpenSim.Framework.Communications | |||
141 | } | 141 | } |
142 | 142 | ||
143 | // See IInventoryServices | 143 | // See IInventoryServices |
144 | public virtual InventoryFolderBase RequestNamedFolder(LLUUID userID, string folderName) | ||
145 | { | ||
146 | return null; | ||
147 | } | ||
148 | |||
149 | // See IInventoryServices | ||
144 | public void CreateNewUserInventory(LLUUID user) | 150 | public void CreateNewUserInventory(LLUUID user) |
145 | { | 151 | { |
146 | InventoryFolderBase existingRootFolder = RequestUsersRoot(user); | 152 | InventoryFolderBase existingRootFolder = RequestUsersRoot(user); |