Refactored: moved OpenProfileClient to a location where it can be used by both the Simulators and Robust

This commit is contained in:
Oren Hurvitz
2014-03-02 14:43:43 +02:00
parent d15a3b10a3
commit d62f0bc35d
3 changed files with 4 additions and 1 deletions

View File

@@ -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
{