mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Refactored: moved OpenProfileClient to a location where it can be used by both the Simulators and Robust
This commit is contained in:
@@ -47,6 +47,7 @@ using OpenSim.Services.Interfaces;
|
||||
using Mono.Addins;
|
||||
using OpenSim.Services.Connectors.Hypergrid;
|
||||
using OpenSim.Framework.Servers.HttpServer;
|
||||
using OpenSim.Services.UserProfilesService;
|
||||
|
||||
namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ using Nwc.XmlRpc;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.CoreModules.Avatar.UserProfiles
|
||||
namespace OpenSim.Services.UserProfilesService
|
||||
{
|
||||
/// <summary>
|
||||
/// A client for accessing a profile server using the OpenProfile protocol.
|
||||
@@ -133,6 +133,8 @@
|
||||
<Reference name="OpenSim.Framework"/>
|
||||
<Reference name="OpenSim.Framework.Console"/>
|
||||
<Reference name="OpenSim.Framework.Servers.HttpServer"/>
|
||||
<Reference name="System.Xml"/>
|
||||
<Reference name="XMLRPC" path="../../bin/"/>
|
||||
<Reference name="Nini" path="../../../bin/"/>
|
||||
<Reference name="log4net" path="../../../bin/"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user