diff options
author | Justin Clarke Casey | 2008-07-23 22:18:09 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-23 22:18:09 +0000 |
commit | 9af05d0bc3253376cecb7cf6586c53e8067bb2a4 (patch) | |
tree | 385327503fe674b34b5a10d585b199da7cc7cbbb /OpenSim/Framework/Communications/IInterGridInventoryServices.cs | |
parent | few additional fixed to get prim inventory up on nhibernate (diff) | |
download | opensim-SC-9af05d0bc3253376cecb7cf6586c53e8067bb2a4.zip opensim-SC-9af05d0bc3253376cecb7cf6586c53e8067bb2a4.tar.gz opensim-SC-9af05d0bc3253376cecb7cf6586c53e8067bb2a4.tar.bz2 opensim-SC-9af05d0bc3253376cecb7cf6586c53e8067bb2a4.tar.xz |
* refactor: break out inter grid inventory services further
* more to follow
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/IInterGridInventoryServices.cs | 7 |
1 files changed, 1 insertions, 6 deletions
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 | |||
34 | /// Inventory operations used between grid services. | 34 | /// Inventory operations used between grid services. |
35 | /// </summary> | 35 | /// </summary> |
36 | public interface IInterGridInventoryServices | 36 | public interface IInterGridInventoryServices |
37 | { | 37 | { |
38 | string Host | ||
39 | { | ||
40 | get; | ||
41 | } | ||
42 | |||
43 | /// <summary> | 38 | /// <summary> |
44 | /// Create a new inventory for the given user. | 39 | /// Create a new inventory for the given user. |
45 | /// </summary> | 40 | /// </summary> |