From 55b569069dfd6eb7c87d4fbd66d68083878f6c65 Mon Sep 17 00:00:00 2001
From: Sean Dague
Date: Tue, 31 Jul 2007 14:42:50 +0000
Subject: clear userAgent state on client shutdown, which fixes the issue where
you could only login once with a given id in standalone mode.
---
OpenSim/Framework/Data/UserData.cs | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'OpenSim/Framework/Data/UserData.cs')
diff --git a/OpenSim/Framework/Data/UserData.cs b/OpenSim/Framework/Data/UserData.cs
index d849e12..cf8ec7b 100644
--- a/OpenSim/Framework/Data/UserData.cs
+++ b/OpenSim/Framework/Data/UserData.cs
@@ -85,6 +85,12 @@ namespace OpenSim.Framework.Data
void addNewUserProfile(UserProfileData user);
///
+ /// Updates an existing user profile
+ ///
+ /// UserProfile to update
+ bool updateUserProfile(UserProfileData user);
+
+ ///
/// Adds a new agent to the database
///
/// The agent to add
--
cgit v1.1