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
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')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog9
-rw-r--r--mcs/class/System/System.Diagnostics/EventLog.cs2
-rw-r--r--mcs/class/System/System.Diagnostics/EventLogEntry.cs2
-rwxr-xr-xmcs/class/System/System.Diagnostics/Process.cs4
-rwxr-xr-xmcs/class/System/System.Diagnostics/ProcessModule.cs1
-rwxr-xr-xmcs/class/System/System.Diagnostics/ProcessStartInfo.cs2
-rwxr-xr-xmcs/class/System/System.Diagnostics/ProcessThread.cs5
7 files changed, 16 insertions, 9 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index c0e6eda5728..39b9daa596d 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,12 @@
+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
+
2003-07-05 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* InstanceDataCollectionCollection.cs: Corrected wrong signature
diff --git a/mcs/class/System/System.Diagnostics/EventLog.cs b/mcs/class/System/System.Diagnostics/EventLog.cs
index e88b873f151..079d097ab71 100644
--- a/mcs/class/System/System.Diagnostics/EventLog.cs
+++ b/mcs/class/System/System.Diagnostics/EventLog.cs
@@ -17,7 +17,7 @@ using System.ComponentModel.Design;
namespace System.Diagnostics {
[MonoTODO("This class is just stubbed out")]
- [DefaultEvent ("EntryWritten"), DesignerCategory ("Category"), InstallerType (typeof (EventLogInstaller))]
+ [DefaultEvent ("EntryWritten"), InstallerType (typeof (EventLogInstaller))]
#if (NET_1_0)
[Designer ("Microsoft.VisualStudio.Install.EventLogInstallableComponentDesigner, Microsoft.VisualStudio, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof (IDesigner))]
#endif
diff --git a/mcs/class/System/System.Diagnostics/EventLogEntry.cs b/mcs/class/System/System.Diagnostics/EventLogEntry.cs
index 824cd57b4d2..21c84c1e190 100644
--- a/mcs/class/System/System.Diagnostics/EventLogEntry.cs
+++ b/mcs/class/System/System.Diagnostics/EventLogEntry.cs
@@ -18,7 +18,7 @@ namespace System.Diagnostics {
[Serializable]
[MonoTODO("Just stubbed out")]
- [ToolboxItem (""), DesignTimeVisible (false), DesignerCategory ("Category")]
+ [ToolboxItem (""), DesignTimeVisible (false)]
public sealed class EventLogEntry : Component, ISerializable {
[MonoTODO]
diff --git a/mcs/class/System/System.Diagnostics/Process.cs b/mcs/class/System/System.Diagnostics/Process.cs
index 5084af506a4..dcb06ea5c73 100755
--- a/mcs/class/System/System.Diagnostics/Process.cs
+++ b/mcs/class/System/System.Diagnostics/Process.cs
@@ -18,7 +18,7 @@ using System.Runtime.InteropServices;
using System.Collections;
namespace System.Diagnostics {
- [DefaultEvent ("Exited"), DefaultProperty ("StartInfo"), DesignerCategory ("Component")]
+ [DefaultEvent ("Exited"), DefaultProperty ("StartInfo")]
#if (NET_1_0)
[Designer ("System.Diagnostics.Design.ProcessDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof (IDesigner))]
#endif
@@ -469,7 +469,7 @@ namespace System.Diagnostics {
}
[MonoTODO]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden), Browsable (false)]
+ [DefaultValue (null), Browsable (false)]
[MonitoringDescription ("The object that is used to synchronize event handler calls for this process.")]
public ISynchronizeInvoke SynchronizingObject {
get {
diff --git a/mcs/class/System/System.Diagnostics/ProcessModule.cs b/mcs/class/System/System.Diagnostics/ProcessModule.cs
index c31259ffda6..6a0dc8db37b 100755
--- a/mcs/class/System/System.Diagnostics/ProcessModule.cs
+++ b/mcs/class/System/System.Diagnostics/ProcessModule.cs
@@ -15,7 +15,6 @@ using System.ComponentModel.Design;
namespace System.Diagnostics
{
- [DesignerCategory ("Component")]
#if (NET_1_0)
[Designer ("System.Diagnostics.Design.ProcessModuleDesigner, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof (IDesigner))]
#endif
diff --git a/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs b/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs
index 5c3a5d01baf..37ff40d2673 100755
--- a/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs
+++ b/mcs/class/System/System.Diagnostics/ProcessStartInfo.cs
@@ -172,7 +172,7 @@ namespace System.Diagnostics
}
}
- [RecommendedAsConfigurable (true), DefaultValue ("")]
+ [DefaultValue ("")]
#if (NET_1_0)
[TypeConverter ("System.Diagnostics.Design.VerbConverter, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
#endif
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 {
}
}