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/IInventoryServices.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Framework/Communications/IInventoryServices.cs') diff --git a/OpenSim/Framework/Communications/IInventoryServices.cs b/OpenSim/Framework/Communications/IInventoryServices.cs index 18e1a2d..bb16a49 100644 --- a/OpenSim/Framework/Communications/IInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInventoryServices.cs @@ -42,6 +42,11 @@ namespace OpenSim.Framework.Communications /// public interface IInventoryServices : IInterGridInventoryServices { + string Host + { + get; + } + /// /// Request the inventory for a user. This is an asynchronous operation that will call the callback when the /// inventory has been received -- cgit v1.1