From 9af05d0bc3253376cecb7cf6586c53e8067bb2a4 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 23 Jul 2008 22:18:09 +0000 Subject: * refactor: break out inter grid inventory services further * more to follow --- OpenSim/Framework/Communications/IInterGridInventoryServices.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'OpenSim/Framework/Communications/IInterGridInventoryServices.cs') diff --git a/OpenSim/Framework/Communications/IInterGridInventoryServices.cs b/OpenSim/Framework/Communications/IInterGridInventoryServices.cs index 1ef1452..e820c5e 100644 --- a/OpenSim/Framework/Communications/IInterGridInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInterGridInventoryServices.cs @@ -34,12 +34,7 @@ namespace OpenSim.Framework.Communications /// Inventory operations used between grid services. /// public interface IInterGridInventoryServices - { - string Host - { - get; - } - + { /// /// Create a new inventory for the given user. /// -- cgit v1.1