X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net%2FHttpStatusCode.cs;h=123b7c37a2511e82864fb626ee619a8705ab4347;hb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;hp=f6b72e03253d00caa337cf1bd4920209f2ff0089;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/class/System/System.Net/HttpStatusCode.cs b/mcs/class/System/System.Net/HttpStatusCode.cs index f6b72e03253..123b7c37a25 100644 --- a/mcs/class/System/System.Net/HttpStatusCode.cs +++ b/mcs/class/System/System.Net/HttpStatusCode.cs @@ -32,7 +32,11 @@ namespace System.Net { +#if MOONLIGHT && INSIDE_SYSTEM + internal enum HttpStatusCode { +#else public enum HttpStatusCode { +#endif Continue = 100, SwitchingProtocols = 101, OK = 200,