2004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 16 Jan 2004 03:27:24 +0000 (03:27 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 16 Jan 2004 03:27:24 +0000 (03:27 -0000)
commitdbea39aa4615fb6e7d59fb185537342396450159
tree6d51c8c0c6738d75c52038bbfc71d9cd0036670f
parentf1c67e9f3650624df04e6c75e1a41375a7eaa88d
2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.dll.sources: added new files.

* System_test.dll.sources: added new test.

* System.IO/DefaultWatcher.cs: stub for the default watcher.
* System.IO/WindowsWatcher.cs: stub for the windows watcher.

* System.IO/FAMWatcher.cs: FAM watcher.

* System.IO/FileAction.cs: enum with event types.

* System.IO/FileSystemEventArgs.cs: added SetName property.
* System.IO/FileSystemWatcher.cs: added support for the 3 watchers.

* System.IO/IFileWatcher.cs: interface implemented by the watchers.
* System.IO/SearchPattern.cs: copied from corlib.
* Test/System.IO/FileSystemWatcherTest.cs: new test.

svn path=/trunk/mcs/; revision=22139
14 files changed:
mcs/class/System/ChangeLog
mcs/class/System/System.IO/ChangeLog
mcs/class/System/System.IO/DefaultWatcher.cs [new file with mode: 0644]
mcs/class/System/System.IO/FAMWatcher.cs [new file with mode: 0644]
mcs/class/System/System.IO/FileAction.cs [new file with mode: 0644]
mcs/class/System/System.IO/FileSystemEventArgs.cs
mcs/class/System/System.IO/FileSystemWatcher.cs
mcs/class/System/System.IO/IFileWatcher.cs [new file with mode: 0644]
mcs/class/System/System.IO/SearchPattern.cs [new file with mode: 0644]
mcs/class/System/System.IO/WindowsWatcher.cs [new file with mode: 0644]
mcs/class/System/System.dll.sources
mcs/class/System/System_test.dll.sources
mcs/class/System/Test/System.IO/ChangeLog [new file with mode: 0644]
mcs/class/System/Test/System.IO/FileSystemWatcherTest.cs [new file with mode: 0755]