2003-07-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Sun, 13 Jul 2003 22:09:12 +0000 (22:09 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Sun, 13 Jul 2003 22:09:12 +0000 (22:09 -0000)
commit78dc7ab616ff9c86f63ba9eb79bccba9bad6d754
tree9a5fe7b4ff9976378c0df1650441764c53945fb8
parent5bc39e4713ae8656b8039516d71fb2ab66d258af
2003-07-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* DiagnosticsConfigurationHandler.cs: Removed a never used variable
* EventLog.cs: Small update to prevent a warning
* EventLogPermission.cs: Implemented or implementation added
* EventLogPermissionAttribute.cs: Implemented or implementation added
* EventLogPermissionEntry.cs: Implemented or implementation added
* EventLogPermissionEntryCollection.cs: Implemented or implementation added
* EventLogTraceListener.cs: Implemented or implementation added
* PerformanceCounterManager.cs: Implemented or implementation added
* PerformanceCounterInstaller.cs: Made internal
* PerformanceCounterCategory.cs: Implemented few members
* PerformanceCounterPermission.cs: Implemented or implementation added
* PerformanceCounterPermissionAttribute.cs: Implemented or implementation added
* PerformanceCounterPermissionEntry.cs: Implemented or implementation added
* PerformanceCounterPermissionEntryCollection.cs: Implemented or implementation added

svn path=/trunk/mcs/; revision=16177
15 files changed:
mcs/class/System/System.Diagnostics/ChangeLog
mcs/class/System/System.Diagnostics/DiagnosticsConfigurationHandler.cs
mcs/class/System/System.Diagnostics/EventLog.cs
mcs/class/System/System.Diagnostics/EventLogPermission.cs
mcs/class/System/System.Diagnostics/EventLogPermissionAttribute.cs
mcs/class/System/System.Diagnostics/EventLogPermissionEntry.cs
mcs/class/System/System.Diagnostics/EventLogPermissionEntryCollection.cs
mcs/class/System/System.Diagnostics/EventLogTraceListener.cs
mcs/class/System/System.Diagnostics/PerformanceCounterCategory.cs
mcs/class/System/System.Diagnostics/PerformanceCounterInstaller.cs
mcs/class/System/System.Diagnostics/PerformanceCounterManager.cs
mcs/class/System/System.Diagnostics/PerformanceCounterPermission.cs
mcs/class/System/System.Diagnostics/PerformanceCounterPermissionAttribute.cs
mcs/class/System/System.Diagnostics/PerformanceCounterPermissionEntry.cs
mcs/class/System/System.Diagnostics/PerformanceCounterPermissionEntryCollection.cs