[System.Web] HttpApplicationStateWrapper, HttpBrowserCapabilitiesWrapper, HttpCachePo...
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DetailsViewUpdatedEventHandler.cs
index 1641c8d3fd220566a724d0afd14e75071b59f63c..b3cfdd8fefc5e56131cc4959cd1c1453009d24fc 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,8 @@
 // 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 DetailsViewUpdatedEventHandler (object sender, DetailsViewUpdatedEventArgs e);
 }
-#endif
+