From fae34bb10cfa10702faf5c19d8c8517faa018cb5 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 9 Sep 2008 01:26:48 +0000 Subject: Update svn properties, formatting cleanup. --- OpenSim/Framework/Communications/Cache/FileAssetClient.cs | 4 ++-- OpenSim/Framework/Communications/LoginService.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/Cache/FileAssetClient.cs b/OpenSim/Framework/Communications/Cache/FileAssetClient.cs index e793feb..17282a1 100644 --- a/OpenSim/Framework/Communications/Cache/FileAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/FileAssetClient.cs @@ -6,11 +6,11 @@ namespace OpenSim.Framework.Communications.Cache public class FileAssetClient : AssetServerBase { private readonly string m_dir; - private readonly XmlSerializer m_xs = new XmlSerializer(typeof(AssetBase)); + private readonly XmlSerializer m_xs = new XmlSerializer(typeof(AssetBase)); public FileAssetClient(string dir) { - if(!Directory.Exists(dir)) + if (!Directory.Exists(dir)) { Directory.CreateDirectory(dir); } 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 } /// - /// Customises the login response and fills in missing values. This method also tells the login region to + /// Customises the login response and fills in missing values. This method also tells the login region to /// expect a client connection. /// /// The existing response @@ -89,7 +89,7 @@ namespace OpenSim.Framework.Communications public virtual void LogOffUser(UserProfileData theUser, string message) { } - + /// /// Get the initial login inventory skeleton (in other words, the folder structure) for the given user. /// @@ -298,7 +298,7 @@ namespace OpenSim.Framework.Communications m_log.DebugFormat( "[LOGIN END]: XMLRPC Authentication of user {0} {1} successful. Sending response to client.", firstname, lastname); - + return logResponse.ToXmlRpcResponse(); } else -- cgit v1.1