aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IUserData.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-27 19:43:26 +0000
committerJustin Clarke Casey2008-11-27 19:43:26 +0000
commit45c50998c23657764918649b8966f429674b0c92 (patch)
treef925d3976b4ae277db3e732c429014e5c30e5b5e /OpenSim/Framework/IUserData.cs
parent* Add a file I forgot in the last commit. (diff)
downloadopensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.zip
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.gz
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.bz2
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.xz
* Remove unused and largely unimplemented UpdateUserCurrentRegion()
* please say if this causes you a problem
Diffstat (limited to 'OpenSim/Framework/IUserData.cs')
-rw-r--r--OpenSim/Framework/IUserData.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs
index 0936495..4653255 100644
--- a/OpenSim/Framework/IUserData.cs
+++ b/OpenSim/Framework/IUserData.cs
@@ -92,14 +92,12 @@ namespace OpenSim.Framework
92 /// <param name="user">UserProfile to add</param> 92 /// <param name="user">UserProfile to add</param>
93 void AddNewUserProfile(UserProfileData user); 93 void AddNewUserProfile(UserProfileData user);
94 94
95 /// <summary> 95 /// <summary></summary>
96 /// Updates an existing user profile 96 /// Updates an existing user profile
97 /// </summary> 97 /// </summary>
98 /// <param name="user">UserProfile to update</param> 98 /// <param name="user">UserProfile to update</param>
99 bool UpdateUserProfile(UserProfileData user); 99 bool UpdateUserProfile(UserProfileData user);
100 100
101
102 void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle);
103 /// <summary> 101 /// <summary>
104 /// Adds a new agent to the database 102 /// Adds a new agent to the database
105 /// </summary> 103 /// </summary>