mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
More refactoring of the Grid, User and Messaging servers.
This commit is contained in:
@@ -35,6 +35,7 @@ using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Communications;
|
||||
using OpenSim.Framework.Servers;
|
||||
using OpenSim.Grid.Framework;
|
||||
|
||||
namespace OpenSim.Grid.UserServer.Modules
|
||||
{
|
||||
@@ -59,7 +60,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
m_userDataBaseService = userDataBaseService;
|
||||
}
|
||||
|
||||
public void Initialise()
|
||||
public void Initialise(IUGAIMCore core)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user