From 2d1c255e8c427c8c595be455e6d7f5c4e01c99a6 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 4 Nov 2007 14:34:45 +0000 Subject: normalized line endings --- OpenSim/Framework/Servers/BaseRequestHandler.cs | 68 ++++++++++++------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'OpenSim/Framework/Servers/BaseRequestHandler.cs') diff --git a/OpenSim/Framework/Servers/BaseRequestHandler.cs b/OpenSim/Framework/Servers/BaseRequestHandler.cs index b357763..155a283 100644 --- a/OpenSim/Framework/Servers/BaseRequestHandler.cs +++ b/OpenSim/Framework/Servers/BaseRequestHandler.cs @@ -1,35 +1,35 @@ -namespace OpenSim.Framework.Servers -{ - public class BaseRequestHandler - { - public virtual string ContentType - { - get { return "application/xml"; } - } - - private readonly string m_httpMethod; - - public virtual string HttpMethod - { - get { return m_httpMethod; } - } - - private readonly string m_path; - - protected BaseRequestHandler(string httpMethod, string path) - { - m_httpMethod = httpMethod; - m_path = path; - } - - public virtual string Path - { - get { return m_path; } - } - - protected string GetParam(string path) - { - return path.Substring(m_path.Length); - } - } +namespace OpenSim.Framework.Servers +{ + public class BaseRequestHandler + { + public virtual string ContentType + { + get { return "application/xml"; } + } + + private readonly string m_httpMethod; + + public virtual string HttpMethod + { + get { return m_httpMethod; } + } + + private readonly string m_path; + + protected BaseRequestHandler(string httpMethod, string path) + { + m_httpMethod = httpMethod; + m_path = path; + } + + public virtual string Path + { + get { return m_path; } + } + + protected string GetParam(string path) + { + return path.Substring(m_path.Length); + } + } } \ No newline at end of file -- cgit v1.1