diff options
author | Jeff Ames | 2008-09-09 01:26:48 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-09 01:26:48 +0000 |
commit | fae34bb10cfa10702faf5c19d8c8517faa018cb5 (patch) | |
tree | 2001f24703b010957254dbb49ef5e222ff30b84d /OpenSim/Framework/Communications/LoginService.cs | |
parent | Fix state xxx within state xxx itself triggering a state "change" to (diff) | |
download | opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.zip opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.gz opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.bz2 opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.xz |
Update svn properties, formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 42292f3..7cdbf6c 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -74,7 +74,7 @@ namespace OpenSim.Framework.Communications | |||
74 | } | 74 | } |
75 | 75 | ||
76 | /// <summary> | 76 | /// <summary> |
77 | /// Customises the login response and fills in missing values. This method also tells the login region to | 77 | /// Customises the login response and fills in missing values. This method also tells the login region to |
78 | /// expect a client connection. | 78 | /// expect a client connection. |
79 | /// </summary> | 79 | /// </summary> |
80 | /// <param name="response">The existing response</param> | 80 | /// <param name="response">The existing response</param> |
@@ -89,7 +89,7 @@ namespace OpenSim.Framework.Communications | |||
89 | public virtual void LogOffUser(UserProfileData theUser, string message) | 89 | public virtual void LogOffUser(UserProfileData theUser, string message) |
90 | { | 90 | { |
91 | } | 91 | } |
92 | 92 | ||
93 | /// <summary> | 93 | /// <summary> |
94 | /// Get the initial login inventory skeleton (in other words, the folder structure) for the given user. | 94 | /// Get the initial login inventory skeleton (in other words, the folder structure) for the given user. |
95 | /// </summary> | 95 | /// </summary> |
@@ -298,7 +298,7 @@ namespace OpenSim.Framework.Communications | |||
298 | m_log.DebugFormat( | 298 | m_log.DebugFormat( |
299 | "[LOGIN END]: XMLRPC Authentication of user {0} {1} successful. Sending response to client.", | 299 | "[LOGIN END]: XMLRPC Authentication of user {0} {1} successful. Sending response to client.", |
300 | firstname, lastname); | 300 | firstname, lastname); |
301 | 301 | ||
302 | return logResponse.ToXmlRpcResponse(); | 302 | return logResponse.ToXmlRpcResponse(); |
303 | } | 303 | } |
304 | else | 304 | else |