diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Services/LoginService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs index 68a1819..2847887 100644 --- a/OpenSim/Framework/Communications/Services/LoginService.cs +++ b/OpenSim/Framework/Communications/Services/LoginService.cs | |||
@@ -91,8 +91,7 @@ namespace OpenSim.Framework.Communications.Services | |||
91 | public virtual void LogOffUser(UserProfileData theUser, string message) | 91 | public virtual void LogOffUser(UserProfileData theUser, string message) |
92 | { | 92 | { |
93 | } | 93 | } |
94 | 94 | ||
95 | |||
96 | /// <summary> | 95 | /// <summary> |
97 | /// Called when we receive the client's initial XMLRPC login_to_simulator request message | 96 | /// Called when we receive the client's initial XMLRPC login_to_simulator request message |
98 | /// </summary> | 97 | /// </summary> |