Refactored: moved OpenProfileClient to a location where it can be used by both the Simulators and Robust
parent
d15a3b10a3
commit
d62f0bc35d
|
@ -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/"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue