Index: class/System/System.Diagnostics/EventLogEntryCollection.cs
===================================================================
RCS file: /mono/mcs/class/System/System.Diagnostics/EventLogEntryCollection.cs,v
retrieving revision 1.1
diff -u -r1.1 EventLogEntryCollection.cs
--- class/System/System.Diagnostics/EventLogEntryCollection.cs	9 Jun 2002 18:06:07 -0000	1.1
+++ class/System/System.Diagnostics/EventLogEntryCollection.cs	30 Jun 2003 22:47:15 -0000
@@ -3,6 +3,7 @@
 //
 // Authors:
 //   Jonathan Pryor (jonpryor@vt.edu)
+//   Hervé Poussineau (hpoussineau@fr.st)
 //
 // (C) 2002 Jonathan Pryor
 //
@@ -18,8 +19,10 @@
 
 		private ArrayList eventLogs = new ArrayList ();
 
-		internal EventLogEntryCollection()
+		[MonoTODO]
+		internal EventLogEntryCollection (string logName, string machineName)
 		{
+			// Fill eventLogs arraylist
 		}
 
 		public int Count {
