Merge pull request #1500 from criteo-forks/criteo
[mono.git] / mcs / class / System.Web / System.Web.UI / VirtualReferenceType.cs
index 21e8e9d1617be1b52d5d7666ea3d563236e8a0f7..8c7f349af689eede8d807b7fc901248f16362d60 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //        Chris Toshok <toshok@ximian.com>
 //
-// (c) 2006 Novell
+// (c) 2006-2010 Novell
 //
 // 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.UI {
-       public enum VirtualReferenceType {
+namespace System.Web.UI 
+{
+       public enum VirtualReferenceType 
+       {
                Page,
                UserControl,
                Master,
@@ -36,4 +37,3 @@ namespace System.Web.UI {
                Other
        }
 }
-#endif