diff options
author | Adam Frisby | 2008-09-14 04:13:15 +0000 |
---|---|---|
committer | Adam Frisby | 2008-09-14 04:13:15 +0000 |
commit | 3476dd56ea9a6b2e597d2a4e8abf679ac0778681 (patch) | |
tree | 11ba00686669e656eca605e42e7e4dca70b8eb04 /OpenSim/Framework/Communications/LoginResponse.cs | |
parent | Thank you kindly, CMickeyb for a patch that: (diff) | |
download | opensim-SC_OLD-3476dd56ea9a6b2e597d2a4e8abf679ac0778681.zip opensim-SC_OLD-3476dd56ea9a6b2e597d2a4e8abf679ac0778681.tar.gz opensim-SC_OLD-3476dd56ea9a6b2e597d2a4e8abf679ac0778681.tar.bz2 opensim-SC_OLD-3476dd56ea9a6b2e597d2a4e8abf679ac0778681.tar.xz |
* Converted a number of methods within the login processes from private to protected.
* Made several methods virtual to allow derivative overrides.
* Minor cleanups.
Diffstat (limited to 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index f92d66f..435852d4 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -307,7 +307,7 @@ namespace OpenSim.Framework.Communications | |||
307 | 307 | ||
308 | #endregion | 308 | #endregion |
309 | 309 | ||
310 | public XmlRpcResponse ToXmlRpcResponse() | 310 | public virtual XmlRpcResponse ToXmlRpcResponse() |
311 | { | 311 | { |
312 | try | 312 | try |
313 | { | 313 | { |