[runtime] Fix casting error in InternalCodePage.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DetailsViewInsertedEventHandler.cs
index 770d730765c699738e06efc5a8a6e3da4bb7b03c..4f9fa828f64e07bf562073a9edd216d6d247678a 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 delegate void DetailsViewInsertedEventHandler (object sender, DetailsViewInsertedEventArgs e);
 }
-#endif
+