mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* This may be broken.. it hasn't been tested, however I wanted to get the last database changes in before sdauge changes them significantly.
This commit is contained in:
@@ -80,6 +80,12 @@ namespace OpenSim.Framework
|
||||
/// <returns>The current agent session</returns>
|
||||
UserAgentData GetAgentByName(string fname, string lname);
|
||||
|
||||
/// <summary>
|
||||
/// Stores new web-login key for user during web page login
|
||||
/// </summary>
|
||||
/// <param name="webLoginKey"></param>
|
||||
void StoreWebLoginKey(LLUUID agentID, LLUUID webLoginKey);
|
||||
|
||||
/// <summary>
|
||||
/// Adds a new User profile to the database
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user