mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Moved IUserService to OpenSim.Framework.Interfaces
This commit is contained in:
@@ -33,10 +33,10 @@ using System.Reflection;
|
||||
using System.Security.Cryptography;
|
||||
using libsecondlife;
|
||||
using Nwc.XmlRpc;
|
||||
using OpenSim.Framework.Communications;
|
||||
using OpenSim.Framework.Configuration;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Data;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Utilities;
|
||||
|
||||
namespace OpenSim.Framework.UserManagement
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
using libsecondlife;
|
||||
using OpenSim.Framework.Data;
|
||||
|
||||
namespace OpenSim.Framework.Communications
|
||||
namespace OpenSim.Framework.Interfaces
|
||||
{
|
||||
public interface IUserService
|
||||
{
|
||||
@@ -46,4 +46,4 @@ namespace OpenSim.Framework.Communications
|
||||
/// <param name="user"></param>
|
||||
void AddUserProfile(string firstName, string lastName, string pass, uint regX, uint regY);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,8 +2,8 @@ using System;
|
||||
using System.Collections;
|
||||
using libsecondlife;
|
||||
using Nwc.XmlRpc;
|
||||
using OpenSim.Framework.Communications;
|
||||
using OpenSim.Framework.Data;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
|
||||
namespace OpenSim.Region.Communications.OGS1
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user