X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.ConstrainedExecution%2FCriticialFinalizerObject.cs;h=877293d78a3fdfa426ae1bcc1a22a659f8bf38cb;hb=28eaf793c49f36dd8ea54bf9d20fd6e4fa455574;hp=b9f9653086759fb0c2b3ce4500c30464d08f61e4;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.ConstrainedExecution/CriticialFinalizerObject.cs b/mcs/class/corlib/System.Runtime.ConstrainedExecution/CriticialFinalizerObject.cs index b9f96530867..877293d78a3 100644 --- a/mcs/class/corlib/System.Runtime.ConstrainedExecution/CriticialFinalizerObject.cs +++ b/mcs/class/corlib/System.Runtime.ConstrainedExecution/CriticialFinalizerObject.cs @@ -35,6 +35,11 @@ namespace System.Runtime.ConstrainedExecution [ComVisible (true)] public abstract class CriticalFinalizerObject { + // + // WARNING: If you add any fields here, update the definition + // for the runtime structures as well + // + [ReliabilityContract (Consistency.WillNotCorruptState, Cer.MayFail)] protected CriticalFinalizerObject () {