Merge pull request #2942 from jogibear9988/patch-2
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Protocols / Soap12FaultCodes.cs
index fa231d9637c5585572aac40b2885951130ba74c5..115ec2291c5c08992b7744375772add3a5b5f7be 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Xml;
 
@@ -43,7 +42,7 @@ namespace System.Web.Services.Protocols
                public static readonly XmlQualifiedName DataEncodingUnknownFaultCode 
                        = new XmlQualifiedName ("DataEncodingUnknown", "http://www.w3.org/2003/05/soap-envelope");
                        
-               public static readonly XmlQualifiedName EncodingMissingIDFaultCode
+               public static readonly XmlQualifiedName EncodingMissingIdFaultCode
                        = new XmlQualifiedName ("MissingID", "http://www.w3.org/2003/05/soap-encoding");
                        
                public static readonly XmlQualifiedName EncodingUntypedValueFaultCode
@@ -69,4 +68,3 @@ namespace System.Web.Services.Protocols
        }
 }
 
-#endif