Plumb the database into the new server skel

This commit is contained in:
Melanie Thielker
2009-05-05 04:48:09 +00:00
parent d1c9a41be0
commit f51f552baa
2 changed files with 4 additions and 0 deletions

View File

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