[asp.net] HtmlForum.Name rendering updates + test updates
[mono.git] / mcs / class / System.Web / System.Web.UI / IStateFormatter.cs
index bd3a45fae90e203c940f32247d106d28639a9140..10378d34b8edc6bc15f82d53c449b93ea76f7290 100644 (file)
@@ -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);