Finished initial sim<>Grid login (kinda)

Can login but no config data sent/updated yet
This commit is contained in:
gareth
2007-04-03 20:39:28 +00:00
parent c43d6cf0e5
commit 5e81e7ed9d
28 changed files with 1165 additions and 1145 deletions

View File

@@ -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();
}