* IsolatedStorageFileStream.cs: When creating the instance, we should check
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 25 May 2010 01:02:15 +0000 (01:02 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 25 May 2010 01:02:15 +0000 (01:02 -0000)
commitd17afb0b6c04f7d174d944fa75d87f61413de55c
treeabda8fbefecbb1ced89c66ea4b558176b6d26375
parent02bd4773cb60015de2fbddd0a4759924ead9e2a2
* IsolatedStorageFileStream.cs: When creating the instance, we should check
for diposed first, and for closed on second place.
* IsolatedStorageFile.cs: Add Obsolete to CurrentSize and MaximumSize,
as part of 4.0.

2010-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>

svn path=/trunk/mcs/; revision=157816
mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFile.cs
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFileStream.cs