X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem%2FUriParser.cs;h=d0a328ca1d6a003740bfefa69467f4ac4dadd71f;hb=f48ceb9860676c342f4c91fbc2e34ea600d839c6;hp=1a85b7d8a104f235901444f7e478ef37cc624308;hpb=347f5c7bc7fe0144c6fb6c18b66b60a611dc48df;p=mono.git diff --git a/mcs/class/System/System/UriParser.cs b/mcs/class/System/System/UriParser.cs index 1a85b7d8a10..d0a328ca1d6 100644 --- a/mcs/class/System/System/UriParser.cs +++ b/mcs/class/System/System/UriParser.cs @@ -33,10 +33,7 @@ using System.Text; using System.Text.RegularExpressions; namespace System { -#if NET_2_0 - public -#endif - abstract class UriParser { + public abstract class UriParser { static object lock_object = new object (); static Hashtable table; @@ -174,7 +171,6 @@ namespace System { parsingError = null; } -#if NET_2_0 protected internal virtual bool IsBaseOf (Uri baseUri, Uri relativeUri) { // compare, not case sensitive, the scheme, host and port (+ user informations) @@ -194,7 +190,6 @@ namespace System { // Though this class does not seem to do anything. Even null arguments aren't checked :/ return uri.IsWellFormedOriginalString (); } -#endif protected internal virtual UriParser OnNewUri () { // nice time for init