diff options
author | Teravus Ovares | 2008-01-20 23:08:50 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-20 23:08:50 +0000 |
commit | a3851b3812aae6221714b1e61656d0853fce7124 (patch) | |
tree | 8867b4d6c433b0230f276f88a95625695fb71390 /OpenSim/Framework/IUserData.cs | |
parent | Graceful failure of teleport to unavailable regions might actually work now. (diff) | |
download | opensim-SC_OLD-a3851b3812aae6221714b1e61656d0853fce7124.zip opensim-SC_OLD-a3851b3812aae6221714b1e61656d0853fce7124.tar.gz opensim-SC_OLD-a3851b3812aae6221714b1e61656d0853fce7124.tar.bz2 opensim-SC_OLD-a3851b3812aae6221714b1e61656d0853fce7124.tar.xz |
* Added hooks for logout to all IUserService and all that implement it.
* Added a Logout message with a name on the console
* Added a *fixme* message to figure out why the current agent session is null
* After updating you may notice that there's a login <user> and also a logout<user>
Diffstat (limited to 'OpenSim/Framework/IUserData.cs')
-rw-r--r-- | OpenSim/Framework/IUserData.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs index 9fd6fa8..45ba7fa 100644 --- a/OpenSim/Framework/IUserData.cs +++ b/OpenSim/Framework/IUserData.cs | |||
@@ -106,12 +106,6 @@ namespace OpenSim.Framework | |||
106 | void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid); | 106 | void UpdateUserCurrentRegion(LLUUID avatarid, LLUUID regionuuid); |
107 | 107 | ||
108 | /// <summary> | 108 | /// <summary> |
109 | /// Log User Off | ||
110 | /// </summary> | ||
111 | /// <param name="avatarid">avatar to log off</param> | ||
112 | void LogOffUser(LLUUID avatarid); | ||
113 | |||
114 | /// <summary> | ||
115 | /// Adds a new agent to the database | 109 | /// Adds a new agent to the database |
116 | /// </summary> | 110 | /// </summary> |
117 | /// <param name="agent">The agent to add</param> | 111 | /// <param name="agent">The agent to add</param> |