clear userAgent state on client shutdown, which fixes the issue

where you could only login once with a given id in standalone mode.
This commit is contained in:
Sean Dague
2007-07-31 14:42:50 +00:00
parent 7db7ad0722
commit 55b569069d
8 changed files with 84 additions and 12 deletions

View File

@@ -84,6 +84,12 @@ namespace OpenSim.Framework.Data
/// <param name="user">UserProfile to add</param>
void addNewUserProfile(UserProfileData user);
/// <summary>
/// Updates an existing user profile
/// </summary>
/// <param name="user">UserProfile to update</param>
bool updateUserProfile(UserProfileData user);
/// <summary>
/// Adds a new agent to the database
/// </summary>