[Mono-bugs] [Bug 30089][Wis] Changed - FileSystemWatcher needs a working null param constructor

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
16 Sep 2002 15:56:17 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=30089

--- shadow/30089	Tue Sep 10 04:23:23 2002
+++ shadow/30089.tmp.21161	Mon Sep 16 11:56:17 2002
@@ -1,14 +1,14 @@
 Bug#: 30089
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -21,6 +21,10 @@
 exception.
 
 FileSystemWatcher watcher = new FileSystemWatcher();
 watcher.Path= args[0];
 
 This is valid code, but it doesn't work.
+
+------- Additional Comments From duncan@ximian.com  2002-09-16 11:56 -------
+Fixed in CVS. The program builds now, but we need to (perhaps?)
+interface with FAM to get the events working.