[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / AuthenticateEventArgs.cs
index 2cb091f76a759c13193506cef39a338bf0a0f619..57ecfb81854984babb816d15242d3802d1d7a994 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)
 //
 
 //
@@ -27,8 +27,9 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
-namespace System.Web.UI.WebControls {
+
+namespace System.Web.UI.WebControls
+{
        public class AuthenticateEventArgs : EventArgs 
        {
                bool authenticated;
@@ -48,4 +49,4 @@ namespace System.Web.UI.WebControls {
                }
        }
 }
-#endif
+