diff --git a/OpenSim/Services/Interfaces/IInventoryService.cs b/OpenSim/Services/Interfaces/IInventoryService.cs
index c77509014a..1b78fb3912 100644
--- a/OpenSim/Services/Interfaces/IInventoryService.cs
+++ b/OpenSim/Services/Interfaces/IInventoryService.cs
@@ -59,6 +59,7 @@ namespace OpenSim.Services.Interfaces
///
///
///
+ [Obsolete]
InventoryCollection GetUserInventory(UUID userID);
///
@@ -67,6 +68,7 @@ namespace OpenSim.Services.Interfaces
///
///
///
+ [Obsolete]
void GetUserInventory(UUID userID, InventoryReceiptCallback callback);
///