mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Some refactoring. Database is now active in the new user server
This commit is contained in:
@@ -25,17 +25,17 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using Nini.Config;
|
||||
using OpenSim.Data;
|
||||
using OpenSim.Services.Interfaces;
|
||||
|
||||
namespace OpenSim.Services.UserService
|
||||
{
|
||||
public class UserService : IUserServices
|
||||
public class UserService : UserServiceBase, IUserService
|
||||
{
|
||||
private UserDataBase m_DataBase = null;
|
||||
|
||||
public UserService(IConfigSource config)
|
||||
public UserService(IConfigSource config) : base(config)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user