diff options
author | Oren Hurvitz | 2014-03-02 14:43:43 +0200 |
---|---|---|
committer | Oren Hurvitz | 2014-04-24 15:58:42 +0100 |
commit | d62f0bc35d966ca4099e43026b90ab24cd768e4b (patch) | |
tree | e5702bd71908f959298db8b23f327b3fc89187da /OpenSim/Services/Interfaces/OpenProfileClient.cs | |
parent | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... (diff) | |
download | opensim-SC-d62f0bc35d966ca4099e43026b90ab24cd768e4b.zip opensim-SC-d62f0bc35d966ca4099e43026b90ab24cd768e4b.tar.gz opensim-SC-d62f0bc35d966ca4099e43026b90ab24cd768e4b.tar.bz2 opensim-SC-d62f0bc35d966ca4099e43026b90ab24cd768e4b.tar.xz |
Refactored: moved OpenProfileClient to a location where it can be used by both the Simulators and Robust
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Interfaces/OpenProfileClient.cs (renamed from OpenSim/Region/CoreModules/Avatar/UserProfiles/OpenProfileClient.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/OpenProfileClient.cs b/OpenSim/Services/Interfaces/OpenProfileClient.cs index 23de3f5..099b0c3 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/OpenProfileClient.cs +++ b/OpenSim/Services/Interfaces/OpenProfileClient.cs | |||
@@ -39,7 +39,7 @@ using Nwc.XmlRpc; | |||
39 | using OpenMetaverse; | 39 | using OpenMetaverse; |
40 | using OpenSim.Framework; | 40 | using OpenSim.Framework; |
41 | 41 | ||
42 | namespace OpenSim.Region.CoreModules.Avatar.UserProfiles | 42 | namespace OpenSim.Services.UserProfilesService |
43 | { | 43 | { |
44 | /// <summary> | 44 | /// <summary> |
45 | /// A client for accessing a profile server using the OpenProfile protocol. | 45 | /// A client for accessing a profile server using the OpenProfile protocol. |