* EntryWrittenEventArgs.cs: Implemented
authorJonathan Pryor <jpryor@novell.com>
Sun, 9 Jun 2002 18:06:07 +0000 (18:06 -0000)
committerJonathan Pryor <jpryor@novell.com>
Sun, 9 Jun 2002 18:06:07 +0000 (18:06 -0000)
commitf7a8fc051bdb62a5f648b3cedb6e10ca47d22a12
tree20b3b0cbc161666bda40e40abfda194a59c5f16b
parentd505910c8da8d7d0002239d3da62a6fc0450f294
  * EntryWrittenEventArgs.cs: Implemented
  * EntryWrittenEventHandler.cs: Implemented
  * EventLog.cs: Stubbed out
  * EventLogEntry.cs: Stubbed out
  * EventLogEntryCOllection.cs: Implemented.
  * EventLogEntryType.cs: Implemented
  * EventLogInstaller.cs: Stubbed out
  * EventLogPermission.cs: Stubbed out
  * EventLogPermissionAccess.cs: Implemented
  * EventLogPermissionAttribute.cs: Stubbed out
  * EventLogPermissionEntry.cs: Stubbed out
  * EventLogPermissionEntryCollection.cs: Stubbed out
  * EventLogTraceListener.cs: Stubbed out

svn path=/trunk/mcs/; revision=5191
14 files changed:
mcs/class/System/System.Diagnostics/ChangeLog
mcs/class/System/System.Diagnostics/EntryWrittenEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EntryWrittenEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLog.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogEntry.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogEntryCollection.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogEntryType.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogInstaller.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogPermission.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogPermissionAccess.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogPermissionAttribute.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogPermissionEntry.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogPermissionEntryCollection.cs [new file with mode: 0644]
mcs/class/System/System.Diagnostics/EventLogTraceListener.cs [new file with mode: 0644]