From 17cc9b98573a1c4dd4a69113eea90c7fbeccad83 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Mon, 10 Aug 2009 12:44:15 -0700
Subject: Last piece of cleaning up old inventory. Old IInventoryServices and
ISecureInventoryService interfaces removed.
---
OpenSim/Framework/Communications/InventoryServiceBase.cs | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
(limited to 'OpenSim/Framework/Communications/InventoryServiceBase.cs')
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs
index a51de2d..309c415 100644
--- a/OpenSim/Framework/Communications/InventoryServiceBase.cs
+++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs
@@ -36,8 +36,9 @@ namespace OpenSim.Framework.Communications
///
/// Abstract base class used by local and grid implementations of an inventory service.
///
- public abstract class InventoryServiceBase : IInventoryServices, IInterServiceInventoryServices
+ public abstract class InventoryServiceBase : IInterServiceInventoryServices
{
+
private static readonly ILog m_log
= LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
@@ -153,9 +154,6 @@ namespace OpenSim.Framework.Communications
return false;
}
- // See IInventoryServices
- public abstract void RequestInventoryForUser(UUID userID, InventoryReceiptCallback callback);
-
public List GetActiveGestures(UUID userId)
{
List activeGestures = new List();
--
cgit v1.1