dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO/IsolatedStorage Iso


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO/IsolatedStorage IsolatedStorageFile.cs,1.1,1.2
Date: Thu, 24 Apr 2003 05:20:38 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage
In directory subversions:/tmp/cvs-serv31949/runtime/System/IO/IsolatedStorage

Modified Files:
        IsolatedStorageFile.cs 
Log Message:


More improvements to the "System.IO" namespace.


Index: IsolatedStorageFile.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorageFile.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IsolatedStorageFile.cs      19 Apr 2003 04:03:04 -0000      1.1
--- IsolatedStorageFile.cs      24 Apr 2003 09:20:35 -0000      1.2
***************
*** 81,85 ****
        // Delete a file from this storage area.
        [TODO]
!       public void Delete(String file)
                        {
                                // TODO
--- 81,85 ----
        // Delete a file from this storage area.
        [TODO]
!       public void DeleteFile(String file)
                        {
                                // TODO
***************
*** 138,142 ****
        [TODO]
        public static IsolatedStorageFile GetStore
!                               (IsolatedStorage scope, Object domainIdentity,
                                 Object assemblyIdentity)
                        {
--- 138,142 ----
        [TODO]
        public static IsolatedStorageFile GetStore
!                               (IsolatedStorageScope scope, Object 
domainIdentity,
                                 Object assemblyIdentity)
                        {
***************
*** 146,150 ****
        [TODO]
        public static IsolatedStorageFile GetStore
!                               (IsolatedStorage scope, Type domainEvidenceType,
                                 Type assemblyEvidenceType)
                        {
--- 146,150 ----
        [TODO]
        public static IsolatedStorageFile GetStore
!                               (IsolatedStorageScope scope, Type 
domainEvidenceType,
                                 Type assemblyEvidenceType)
                        {
***************
*** 154,158 ****
        [TODO]
        public static IsolatedStorageFile GetStore
!                               (IsolatedStorage scope, Evidence domainEvidence,
                                 Type domainEvidenceType, Evidence 
assemblyEvidence,
                                 Type assemblyEvidenceType)
--- 154,158 ----
        [TODO]
        public static IsolatedStorageFile GetStore
!                               (IsolatedStorageScope scope, Evidence 
domainEvidence,
                                 Type domainEvidenceType, Evidence 
assemblyEvidence,
                                 Type assemblyEvidenceType)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]