X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FIStateFormatter.cs;h=10378d34b8edc6bc15f82d53c449b93ea76f7290;hb=d7ae726e3583ed1e363247cae6b76307189cd807;hp=bd3a45fae90e203c940f32247d106d28639a9140;hpb=3d693eeb90339833968d66c3dc9fde2fa3ba2cef;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/IStateFormatter.cs b/mcs/class/System.Web/System.Web.UI/IStateFormatter.cs index bd3a45fae90..10378d34b8e 100644 --- a/mcs/class/System.Web/System.Web.UI/IStateFormatter.cs +++ b/mcs/class/System.Web/System.Web.UI/IStateFormatter.cs @@ -4,7 +4,7 @@ // Authors: // Sanjay Gupta (gsanjay@novell.com) // -// (C) 2004 Novell, Inc (http://www.novell.com) +// (C) 2004-2010 Novell, Inc (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining @@ -32,12 +32,7 @@ using System; namespace System.Web.UI { -#if NET_2_0 - public -#else - internal -#endif - interface IStateFormatter + public interface IStateFormatter { object Deserialize (string serializationState); string Serialize (object state);