diff options
Diffstat (limited to 'OpenSim/Framework/IUserData.cs')
-rw-r--r-- | OpenSim/Framework/IUserData.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs index 0b25f7e..5952713 100644 --- a/OpenSim/Framework/IUserData.cs +++ b/OpenSim/Framework/IUserData.cs | |||
@@ -98,13 +98,8 @@ namespace OpenSim.Framework | |||
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 | /// <summary> | ||
102 | /// Updates the current region the User is in | ||
103 | /// </summary> | ||
104 | /// <param name="avatarid">User Region the Avatar is IN</param> | ||
105 | /// <param name="retionuuid">User Region the Avatar is IN</param> | ||
106 | void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid); | ||
107 | 101 | ||
102 | void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid, ulong regionhandle); | ||
108 | /// <summary> | 103 | /// <summary> |
109 | /// Adds a new agent to the database | 104 | /// Adds a new agent to the database |
110 | /// </summary> | 105 | /// </summary> |