X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FSystem.Web.Services.Discovery%2FExcludePathInfo.cs;h=46be91b28c014a407e75e212f64895bcce82f9a5;hb=ac37997c74f1d9da96c422bce889b4424d8509d2;hp=d759682b8c0a15798ffcabf3825a6d2916d434ae;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/class/System.Web.Services/System.Web.Services.Discovery/ExcludePathInfo.cs b/mcs/class/System.Web.Services/System.Web.Services.Discovery/ExcludePathInfo.cs index d759682b8c0..46be91b28c0 100644 --- a/mcs/class/System.Web.Services/System.Web.Services.Discovery/ExcludePathInfo.cs +++ b/mcs/class/System.Web.Services/System.Web.Services.Discovery/ExcludePathInfo.cs @@ -1,11 +1,11 @@ -// -// System.Web.Services.Discovery.ExcludePathInfo.cs -// -// Author: -// Dave Bettin (javabettin@yahoo.com) -// -// Copyright (C) Dave Bettin, 2002 -// +// +// System.Web.Services.Discovery.ExcludePathInfo.cs +// +// Author: +// Dave Bettin (javabettin@yahoo.com) +// +// Copyright (C) Dave Bettin, 2002 +// // // Permission is hereby granted, free of charge, to any person obtaining @@ -27,39 +27,39 @@ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // - -using System.Xml.Serialization; - -namespace System.Web.Services.Discovery { - public sealed class ExcludePathInfo { - - #region Fields - - private string path; - - #endregion // Fields - - #region Constructors - - public ExcludePathInfo () - { - } - - public ExcludePathInfo (string path) - { - this.path = path; - } - - #endregion // Constructors - - #region Properties - - [XmlAttribute("path")] - public string Path { - get { return path; } - set { path = value; } - } - - #endregion // Properties - } -} + +using System.Xml.Serialization; + +namespace System.Web.Services.Discovery { + public sealed class ExcludePathInfo { + + #region Fields + + private string path; + + #endregion // Fields + + #region Constructors + + public ExcludePathInfo () + { + } + + public ExcludePathInfo (string path) + { + this.path = path; + } + + #endregion // Constructors + + #region Properties + + [XmlAttribute("path")] + public string Path { + get { return path; } + set { path = value; } + } + + #endregion // Properties + } +}