X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Diagnostics%2FProcessPriorityClass.cs;h=e932402322f2aada251f7c6fc835dc01acc1a339;hb=c0a8ef12af1f473bfc837325581fe738f1b3178c;hp=60217a7654487f09da4fc0739b1b5b2425aead16;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/class/System/System.Diagnostics/ProcessPriorityClass.cs b/mcs/class/System/System.Diagnostics/ProcessPriorityClass.cs old mode 100755 new mode 100644 index 60217a76544..e932402322f --- a/mcs/class/System/System.Diagnostics/ProcessPriorityClass.cs +++ b/mcs/class/System/System.Diagnostics/ProcessPriorityClass.cs @@ -29,7 +29,7 @@ // namespace System.Diagnostics { - [Serializable] + public enum ProcessPriorityClass { AboveNormal=0x08000, BelowNormal=0x04000,