mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Plumb the database into the new server skel
This commit is contained in:
@@ -26,12 +26,15 @@
|
||||
*/
|
||||
|
||||
using Nini.Config;
|
||||
using OpenSim.Data;
|
||||
using OpenSim.Services.Interfaces;
|
||||
|
||||
namespace OpenSim.Services.UserService
|
||||
{
|
||||
public class UserService : IUserServices
|
||||
{
|
||||
private UserDataBase m_DataBase = null;
|
||||
|
||||
public UserService(IConfigSource config)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user