X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FMasterPageControlBuilder.cs;h=d9f4bb4fee8abad0d7fb35fc071200b273675b1b;hb=236f5f528ce8ce61161b3ecadf2246d83795afcb;hp=615b04d0fd0f26fa5f4da7d29f35330b1637b755;hpb=b39d5edf62fb3908e10647e1a7e60dadeb88b2be;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/MasterPageControlBuilder.cs b/mcs/class/System.Web/System.Web.UI/MasterPageControlBuilder.cs index 615b04d0fd0..d9f4bb4fee8 100644 --- a/mcs/class/System.Web/System.Web.UI/MasterPageControlBuilder.cs +++ b/mcs/class/System.Web/System.Web.UI/MasterPageControlBuilder.cs @@ -4,7 +4,7 @@ // Authors: // Chris Toshok (toshok@ximian.com) // -// (C) 2006 Novell, Inc (http://www.novell.com) +// (C) 2006-2010 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 @@ -26,13 +26,10 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - -namespace System.Web.UI { - +namespace System.Web.UI +{ public class MasterPageControlBuilder : UserControlControlBuilder { } } -#endif