[bcl] Rename aot_hybrid profile to testing_aot_hybrid
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Protocols / SoapServiceRoutingStyle.cs
index 09be05c89cf6b02e357746ef6f25bccea3930095..82c5ef9b40637924e287bfbd29dc797dfbdcebfb 100644 (file)
@@ -1,11 +1,11 @@
-// \r
-// System.Web.Services.Protocols.SoapServiceRoutingStyle.cs\r
-//\r
-// Author:\r
-//   Tim Coleman (tim@timcoleman.com)\r
-//\r
-// Copyright (C) Tim Coleman, 2002\r
-//\r
+// 
+// System.Web.Services.Protocols.SoapServiceRoutingStyle.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
-       [Serializable]\r
-       public enum SoapServiceRoutingStyle {\r
-               SoapAction = 0x0,\r
-               RequestElement = 0x1\r
-       }\r
-}\r
+
+namespace System.Web.Services.Protocols {
+       public enum SoapServiceRoutingStyle {
+               SoapAction = 0x0,
+               RequestElement = 0x1
+       }
+}