Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-07-07 15:03:46 +0400
committerAndreas N <andreas@mono-cvs.ximian.com>2003-07-07 15:03:46 +0400
commitd56e933d5182c591e5e10f29eb8d7457a94ce29e (patch)
tree6a9e8d711496180bc6c47054fa4c296397cd1ef5 /mcs/class/System/System.Diagnostics/ProcessThread.cs
parentc6d5eea9ec730f9a4d62900eab7bd874d66c23a1 (diff)
2003-07-07 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* EventLog.cs: Removed unneccesary attribute according to corecompare * EventLogEntry.cs: Removed unneccesary attribute according to corecompare * Process.cs: Removed unneccesary attributes according to corecompare, added attribute * ProcessModule.cs: Removed unneccesary attribute according to corecompare * ProcessStartInfo.cs: Removed unneccesary attribute according to corecompare * ProcessThread.cs: Removed unneccesary attribute according to corecompare, fixed signature svn path=/trunk/mcs/; revision=16010
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ProcessThread.cs')
-rwxr-xr-xmcs/class/System/System.Diagnostics/ProcessThread.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/mcs/class/System/System.Diagnostics/ProcessThread.cs b/mcs/class/System/System.Diagnostics/ProcessThread.cs
index 024d5b7a537..43509bb2100 100755
--- a/mcs/class/System/System.Diagnostics/ProcessThread.cs
+++ b/mcs/class/System/System.Diagnostics/ProcessThread.cs
@@ -13,7 +13,6 @@ using System.ComponentModel.Design;
namespace System.Diagnostics
{
- [DesignerCategory ("Component")]
#if (NET_1_0)
[Designer ("System.Diagnostics.Design.ProcessThreadDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof (IDesigner))]
#endif
@@ -54,7 +53,7 @@ namespace System.Diagnostics
[MonoTODO]
[Browsable (false)]
- int IdealProcessor {
+ public int IdealProcessor {
set {
}
}
@@ -89,7 +88,7 @@ namespace System.Diagnostics
[MonoTODO]
[Browsable (false)]
- IntPtr ProcessorAffinity {
+ public IntPtr ProcessorAffinity {
set {
}
}