[corlib] Remove System.Core security types
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Description / SoapBindingStyle.cs
index 0e40dab125ff629062c830138b6d72b695459e2a..e03601f877ce24caddca3163a2cecadec1794019 100644 (file)
@@ -1,11 +1,11 @@
-// \r
-// System.Web.Services.Description.SoapBindingStyle.cs\r
-//\r
-// Author:\r
-//   Tim Coleman (tim@timcoleman.com)\r
-//\r
-// Copyright (C) Tim Coleman, 2002\r
-//\r
+// 
+// System.Web.Services.Description.SoapBindingStyle.cs
+//
+// Author:
+//   Tim Coleman (tim@timcoleman.com)
+//
+// Copyright (C) Tim Coleman, 2002
+//
 
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-\r
-using System.Xml.Serialization;\r
-\r
-namespace System.Web.Services.Description {\r
-       public enum SoapBindingStyle {\r
-               [XmlIgnore]\r
-               Default,\r
-               [XmlEnum ("document")]\r
-               Document,\r
-               [XmlEnum ("rpc")]\r
-               Rpc\r
-       }\r
-}\r
+
+using System.Xml.Serialization;
+
+namespace System.Web.Services.Description {
+       public enum SoapBindingStyle {
+               [XmlIgnore]
+               Default,
+               [XmlEnum ("document")]
+               Document,
+               [XmlEnum ("rpc")]
+               Rpc
+       }
+}