2010-04-21 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / TraceContextEventHandler.cs
index 548a231de270124c8b6dfc614d94ff80bb6124a5..762aa94bdea2203a5db8679d3037a5063c0e5778 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2005-2009 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
-namespace System.Web {
-
+namespace System.Web 
+{
        public delegate void TraceContextEventHandler (object sender, TraceContextEventArgs e);
 }
-
-#endif