diff options
author | Justin Clarke Casey | 2008-07-24 15:20:57 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-24 15:20:57 +0000 |
commit | 29e8fcd13c99606813c916c4d464372572af230f (patch) | |
tree | e20c74b2f02d4c40e1d74c814715e2500cb116f9 /OpenSim/Framework/Communications/IInterServiceInventoryServices.cs | |
parent | Update svn properties. Minor formatting cleanup. (diff) | |
download | opensim-SC-29e8fcd13c99606813c916c4d464372572af230f.zip opensim-SC-29e8fcd13c99606813c916c4d464372572af230f.tar.gz opensim-SC-29e8fcd13c99606813c916c4d464372572af230f.tar.bz2 opensim-SC-29e8fcd13c99606813c916c4d464372572af230f.tar.xz |
* minor: Rename IInterGridInventoryServices since it's inter service rather than inter grid
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/IInterServiceInventoryServices.cs (renamed from OpenSim/Framework/Communications/IInterGridInventoryServices.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/IInterGridInventoryServices.cs b/OpenSim/Framework/Communications/IInterServiceInventoryServices.cs index e820c5e..24213f2 100644 --- a/OpenSim/Framework/Communications/IInterGridInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInterServiceInventoryServices.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.Framework.Communications | |||
33 | /// <summary> | 33 | /// <summary> |
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 IInterServiceInventoryServices |
37 | { | 37 | { |
38 | /// <summary> | 38 | /// <summary> |
39 | /// Create a new inventory for the given user. | 39 | /// Create a new inventory for the given user. |