Merge pull request #396 from directhex/master
[mono.git] / mcs / class / System / System.IO / NotifyFilters.cs
index 441302dfbe458df2aabd9a96fd717df3027d4d02..003783c76573d4722666092d8351375bd3361744 100644 (file)
@@ -5,8 +5,7 @@
 //   Tim Coleman (tim@timcoleman.com)\r
 //\r
 // Copyright (C) Tim Coleman, 2002\r
-//\r
-
+// Copyright (C) 2006 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.
 //
 \r
-using System;\r
+namespace System.IO {
 \r
-namespace System.IO {\r
        [Flags]\r
-       [Serializable]\r
+#if ONLY_1_1
+       [Serializable]
+#endif\r
        public enum NotifyFilters {\r
                Attributes = 4,\r
                CreationTime = 64,\r