diff options
author | lbsa71 | 2009-02-12 10:21:21 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-12 10:21:21 +0000 |
commit | 61878884569f9c01b6324f9a9d9fbcac7034f536 (patch) | |
tree | 1871310b7bb4d4463feb5f456123305101090096 /OpenSim/Data/RegionProfileServiceProxy.cs | |
parent | * Turned RegionProfileService non-static (diff) | |
download | opensim-SC_OLD-61878884569f9c01b6324f9a9d9fbcac7034f536.zip opensim-SC_OLD-61878884569f9c01b6324f9a9d9fbcac7034f536.tar.gz opensim-SC_OLD-61878884569f9c01b6324f9a9d9fbcac7034f536.tar.bz2 opensim-SC_OLD-61878884569f9c01b6324f9a9d9fbcac7034f536.tar.xz |
* Renamed RegionProfileService to RegionProfileServiceProxy to better reflect actual use.
* Added IRegionProfileService
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/RegionProfileServiceProxy.cs (renamed from OpenSim/Data/RegionProfileService.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/RegionProfileService.cs b/OpenSim/Data/RegionProfileServiceProxy.cs index 0cd4021..54e392a 100644 --- a/OpenSim/Data/RegionProfileService.cs +++ b/OpenSim/Data/RegionProfileServiceProxy.cs | |||
@@ -8,7 +8,7 @@ using OpenSim.Framework; | |||
8 | 8 | ||
9 | namespace OpenSim.Data | 9 | namespace OpenSim.Data |
10 | { | 10 | { |
11 | public class RegionProfileService | 11 | public class RegionProfileServiceProxy : IRegionProfileService |
12 | { | 12 | { |
13 | /// <summary> | 13 | /// <summary> |
14 | /// Request sim data based on arbitrary key/value | 14 | /// Request sim data based on arbitrary key/value |