diff options
author | lbsa71 | 2009-02-26 11:44:16 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-26 11:44:16 +0000 |
commit | 82efceb4942ee11ba45ed61899774b22ff4c0426 (patch) | |
tree | 6b16d004fa95f6943d9f7569bb491bf13336c6ef /OpenSim/Data/RegionProfileServiceProxy.cs | |
parent | Renamed IMessageUserServerService to IInterServiceUserService.cs (diff) | |
download | opensim-SC_OLD-82efceb4942ee11ba45ed61899774b22ff4c0426.zip opensim-SC_OLD-82efceb4942ee11ba45ed61899774b22ff4c0426.tar.gz opensim-SC_OLD-82efceb4942ee11ba45ed61899774b22ff4c0426.tar.bz2 opensim-SC_OLD-82efceb4942ee11ba45ed61899774b22ff4c0426.tar.xz |
* renamed IRegionProfileService to IRegionProfileRouter to better reflect use (naming is a work in progress...)
* introduced new IRegionProfileService that is going to be _one_ profileService
* Had GridDBService inherit the IRegionProfileService
(preparing for re-wiring things and de-duplicating eventually)
Diffstat (limited to 'OpenSim/Data/RegionProfileServiceProxy.cs')
-rw-r--r-- | OpenSim/Data/RegionProfileServiceProxy.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/RegionProfileServiceProxy.cs b/OpenSim/Data/RegionProfileServiceProxy.cs index d0072d1..126e363 100644 --- a/OpenSim/Data/RegionProfileServiceProxy.cs +++ b/OpenSim/Data/RegionProfileServiceProxy.cs | |||
@@ -35,7 +35,7 @@ using OpenSim.Framework; | |||
35 | 35 | ||
36 | namespace OpenSim.Data | 36 | namespace OpenSim.Data |
37 | { | 37 | { |
38 | public class RegionProfileServiceProxy : IRegionProfileService | 38 | public class RegionProfileServiceProxy : IRegionProfileRouter |
39 | { | 39 | { |
40 | /// <summary> | 40 | /// <summary> |
41 | /// Request sim data based on arbitrary key/value | 41 | /// Request sim data based on arbitrary key/value |