X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Policy%2FUrl.cs;h=b048856d2eeddfa7592196aeaeb8777f883aa1dc;hb=7c970f8ee1f635da8575bcf58d89c16bb5c2ace1;hp=0a709976aad232446c6a85653137c2cd6d36f345;hpb=74c2e813151ef52866b58da63aeeed698b5e67dd;p=mono.git diff --git a/mcs/class/corlib/System.Security.Policy/Url.cs b/mcs/class/corlib/System.Security.Policy/Url.cs index 0a709976aad..b048856d2ee 100644 --- a/mcs/class/corlib/System.Security.Policy/Url.cs +++ b/mcs/class/corlib/System.Security.Policy/Url.cs @@ -114,13 +114,13 @@ namespace System.Security.Policy { return (verbose ? 3 : 1) + origin_url.Length; } - [MonoTODO] + [MonoTODO ("IBuiltInEvidence")] int IBuiltInEvidence.InitFromBuffer (char [] buffer, int position) { return 0; } - [MonoTODO] + [MonoTODO ("IBuiltInEvidence")] int IBuiltInEvidence.OutputToBuffer (char [] buffer, int position, bool verbose) { return 0;