diff options
Diffstat (limited to 'OpenSim/Framework/Communications/InventoryServiceBase.cs')
-rw-r--r-- | OpenSim/Framework/Communications/InventoryServiceBase.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs index e50e19e..aedf4b3 100644 --- a/OpenSim/Framework/Communications/InventoryServiceBase.cs +++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs | |||
@@ -158,8 +158,9 @@ namespace OpenSim.Framework.Communications | |||
158 | return false; | 158 | return false; |
159 | } | 159 | } |
160 | 160 | ||
161 | public abstract void RequestInventoryForUser(LLUUID userID, InventoryFolderInfo folderCallBack, | 161 | // See IInventoryServices |
162 | InventoryItemInfo itemCallBack); | 162 | public abstract void RequestInventoryForUser(LLUUID userID, InventoryReceiptCallback callback); |
163 | |||
163 | public abstract void AddNewInventoryFolder(LLUUID userID, InventoryFolderBase folder); | 164 | public abstract void AddNewInventoryFolder(LLUUID userID, InventoryFolderBase folder); |
164 | public abstract void MoveExistingInventoryFolder(InventoryFolderBase folder); | 165 | public abstract void MoveExistingInventoryFolder(InventoryFolderBase folder); |
165 | public abstract void AddNewInventoryItem(LLUUID userID, InventoryItemBase item); | 166 | public abstract void AddNewInventoryItem(LLUUID userID, InventoryItemBase item); |