mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
*Added some missing files from last commit
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
This commit is contained in:
@@ -35,7 +35,6 @@ using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Types;
|
||||
using OpenGrid.Framework.Communications;
|
||||
|
||||
using OpenSim.LocalCommunications.LocalLoginManagement;
|
||||
using OpenSim.LocalCommunications.LocalUserManagement;
|
||||
|
||||
namespace OpenSim.LocalCommunications
|
||||
@@ -44,14 +43,11 @@ namespace OpenSim.LocalCommunications
|
||||
{
|
||||
public LocalBackEndServices SandBoxManager = new LocalBackEndServices();
|
||||
public LocalUserServices UserServices = new LocalUserServices();
|
||||
public LocalLoginService LoginService;
|
||||
|
||||
public CommunicationsLocal()
|
||||
{
|
||||
LoginService = new LocalLoginService(this.UserServices);
|
||||
|
||||
UserServer = UserServices;
|
||||
LoginServer = LoginService;
|
||||
GridServer = SandBoxManager;
|
||||
InterRegion = SandBoxManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user