mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
Allow a client to pass a scope id to log into in the login XML / LLSD
This commit is contained in:
@@ -31,6 +31,7 @@ using System.Collections.Generic;
|
||||
using System.Net;
|
||||
|
||||
using OpenMetaverse.StructuredData;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
@@ -46,7 +47,7 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
public interface ILoginService
|
||||
{
|
||||
LoginResponse Login(string firstName, string lastName, string passwd, string startLocation, IPEndPoint clientIP);
|
||||
LoginResponse Login(string firstName, string lastName, string passwd, string startLocation, UUID scopeID, IPEndPoint clientIP);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user