Add missing MonoTODO attribute
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 19 Feb 2002 21:27:24 +0000 (21:27 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 19 Feb 2002 21:27:24 +0000 (21:27 -0000)
svn path=/trunk/mcs/; revision=2527

mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFileStream.cs

index 3d810671190e9c7b4230a40215b08086bd8d9c5b..da93dff9265d9b92c9f40bd1e61048167e541ae0 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-19  Duncan Mak  <duncan@ximian.com>
+
+       * IsolatedStorageFileStream.cs: Added MonoTODO here. This class
+       is completely stubbed out (over the summer) and didn't get
+       properly MonoTODO'd.
+
 2002-02-08  Duncan Mak  <duncan@ximian.com>
 
        * IsolatedStorage.cs: Looked at MemberInfo.cs, another fellow
index 6b029b05d0e15ded018e7c22b2fbe04264d0998e..a8ca0e96fe704f58eb9d3c10999e1a2a43c123c9 100644 (file)
@@ -8,6 +8,7 @@ using System.IO;
 
 namespace System.IO.IsolatedStorage
 {
+       [MonoTODO]
        public class IsolatedStorageFileStream : FileStream
        {
                public IsolatedStorageFileStream (string name, FileMode mode)