From 3476dd56ea9a6b2e597d2a4e8abf679ac0778681 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sun, 14 Sep 2008 04:13:15 +0000 Subject: * Converted a number of methods within the login processes from private to protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups. --- OpenSim/Framework/Communications/LoginResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/LoginResponse.cs') 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 #endregion - public XmlRpcResponse ToXmlRpcResponse() + public virtual XmlRpcResponse ToXmlRpcResponse() { try { -- cgit v1.1