refactoring: making fields readonly
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Protocols / SoapParameterStyle.cs
index fde01bc62c05c1339b90b8a5d844c17d5c0c2bb8..e068454805d6a3ad194ca6cd18265bb49498da11 100644 (file)
@@ -1,11 +1,11 @@
-// \r
-// System.Web.Services.Protocols.SoapParameterStyle.cs\r
-//\r
-// Author:\r
-//   Tim Coleman (tim@timcoleman.com)\r
-//\r
-// Copyright (C) Tim Coleman, 2002\r
-//\r
+// 
+// System.Web.Services.Protocols.SoapParameterStyle.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
-namespace System.Web.Services.Protocols {\r
-       public enum SoapParameterStyle {\r
-               Default = 0x0,\r
-               Bare = 0x1,\r
-               Wrapped = 0x2\r
-       }\r
-}\r
+
+namespace System.Web.Services.Protocols {
+       public enum SoapParameterStyle {
+               Default = 0x0,
+               Bare = 0x1,
+               Wrapped = 0x2
+       }
+}