mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Finished initial sim<>Grid login (kinda)
Can login but no config data sent/updated yet
This commit is contained in:
@@ -18,7 +18,7 @@ namespace OpenSim.Framework.Interfaces
|
||||
public abstract AuthenticateResponse AuthenticateSession(LLUUID sessionID, LLUUID agentID, uint circuitCode);
|
||||
public abstract bool LogoutSession(LLUUID sessionID, LLUUID agentID, uint circuitCode);
|
||||
public abstract string GetName();
|
||||
public abstract bool RequestConnection();
|
||||
public abstract bool RequestConnection(LLUUID SimUUID, string sim_ip, uint sim_port);
|
||||
public abstract void SetServerInfo(string ServerUrl, string SendKey, string RecvKey);
|
||||
public abstract void Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user