2002-08-15 Tim Coleman <tim@timcoleman.com>
authorTim Coleman <tim@mono-cvs.ximian.com>
Sat, 17 Aug 2002 06:28:37 +0000 (06:28 -0000)
committerTim Coleman <tim@mono-cvs.ximian.com>
Sat, 17 Aug 2002 06:28:37 +0000 (06:28 -0000)
commit8f708d9159a6780c93cac3908942354bf90db1ad
tree81ec6a691821e21d85f11313ef13ce2c5295c276
parent1f4262335405121ff3751d30d79bb956313918e2
2002-08-15  Tim Coleman <tim@timcoleman.com>
        * ErrorEventArgs.cs:
        * ErrorEventHandler.cs:
        * FileSystemEventArgs.cs:
        * FileSystemEventHandler.cs:
        * FileSystemWatcher.cs:
        * InternalBufferOverflowException.cs:
        * IODescriptionAttribute.cs:
        * NotifyFilters.cs:
        * RenamedEventArgs.cs:
        * RenamedEventHandler.cs:
        * WaitForChangedResult.cs:
        * WatcherChangeTypes.cs:
                New stubs added.

svn path=/trunk/mcs/; revision=6698
12 files changed:
mcs/class/System/System.IO/ChangeLog
mcs/class/System/System.IO/ErrorEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.IO/ErrorEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.IO/FileSystemEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.IO/FileSystemEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.IO/IODescriptionAttribute.cs [new file with mode: 0644]
mcs/class/System/System.IO/InternalBufferOverflowException.cs [new file with mode: 0644]
mcs/class/System/System.IO/NotifyFilters.cs [new file with mode: 0644]
mcs/class/System/System.IO/RenamedEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.IO/RenamedEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.IO/WaitForChangedResult.cs [new file with mode: 0644]
mcs/class/System/System.IO/WatcherChangeTypes.cs [new file with mode: 0644]