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 INo


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO/IsolatedStorage INormalizeForIsolatedStorage.cs,1.1,1.2 IsolatedStorage.cs,1.3,1.4 IsolatedStorageException.cs,1.2,1.3 IsolatedStorageFile.cs,1.4,1.5 IsolatedStorageFileStream.cs,1.3,1.4IsolatedStorageScope.cs,1.1,1.2
Date: Thu, 29 May 2003 01:38:21 -0400

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

Modified Files:
        INormalizeForIsolatedStorage.cs IsolatedStorage.cs 
        IsolatedStorageException.cs IsolatedStorageFile.cs 
        IsolatedStorageFileStream.cs IsolatedStorageScope.cs 
Log Message:


Add new profile options - CONFIG_EXTENDED_DIAGNOSTICS,
CONFIG_COMPONENT_MODEL, CONFIG_COMPONENT_MODEL_DESIGN,
CONFIG_ISOLATED_STORAGE.


Index: INormalizeForIsolatedStorage.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/INormalizeForIsolatedStorage.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** INormalizeForIsolatedStorage.cs     19 Apr 2003 04:03:04 -0000      1.1
--- INormalizeForIsolatedStorage.cs     29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface INormalizeForIsolatedStorage
--- 23,27 ----
  {
  
! #if CONFIG_ISOLATED_STORAGE
  
  public interface INormalizeForIsolatedStorage
***************
*** 31,35 ****
  }; // interface INormalizeForIsolatedStorage
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO.IsolatedStorage
--- 31,35 ----
  }; // interface INormalizeForIsolatedStorage
  
! #endif // CONFIG_ISOLATED_STORAGE
  
  }; // namespace System.IO.IsolatedStorage

Index: IsolatedStorage.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorage.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IsolatedStorage.cs  29 May 2003 03:12:58 -0000      1.3
--- IsolatedStorage.cs  29 May 2003 05:38:18 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Security;
--- 23,27 ----
  {
  
! #if CONFIG_ISOLATED_STORAGE
  
  using System.Security;
***************
*** 142,146 ****
  }; // class IsolatedStorage
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO.IsolatedStorage
--- 142,146 ----
  }; // class IsolatedStorage
  
! #endif // CONFIG_ISOLATED_STORAGE
  
  }; // namespace System.IO.IsolatedStorage

Index: IsolatedStorageException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorageException.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IsolatedStorageException.cs 26 May 2003 04:41:21 -0000      1.2
--- IsolatedStorageException.cs 29 May 2003 05:38:18 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_ISOLATED_STORAGE
  
  using System;
***************
*** 64,68 ****
  }; // class IsolatedStorageException
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO.IsolatedStorage
--- 64,68 ----
  }; // class IsolatedStorageException
  
! #endif // CONFIG_ISOLATED_STORAGE
  
  }; // namespace System.IO.IsolatedStorage

Index: IsolatedStorageFile.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorageFile.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** IsolatedStorageFile.cs      29 May 2003 03:12:58 -0000      1.4
--- IsolatedStorageFile.cs      29 May 2003 05:38:18 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_ISOLATED_STORAGE
  
  using System.Collections;
***************
*** 486,490 ****
  }; // class IsolatedStorageFile
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO.IsolatedStorage
--- 486,490 ----
  }; // class IsolatedStorageFile
  
! #endif // CONFIG_ISOLATED_STORAGE
  
  }; // namespace System.IO.IsolatedStorage

Index: IsolatedStorageFileStream.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorageFileStream.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IsolatedStorageFileStream.cs        29 May 2003 03:12:58 -0000      1.3
--- IsolatedStorageFileStream.cs        29 May 2003 05:38:18 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.IO;
--- 23,27 ----
  {
  
! #if CONFIG_ISOLATED_STORAGE
  
  using System.IO;
***************
*** 266,270 ****
  }; // class IsolatedStorageFileStream
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO.IsolatedStorage
--- 266,270 ----
  }; // class IsolatedStorageFileStream
  
! #endif // CONFIG_ISOLATED_STORAGE
  
  }; // namespace System.IO.IsolatedStorage

Index: IsolatedStorageScope.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorageScope.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IsolatedStorageScope.cs     19 Apr 2003 04:03:04 -0000      1.1
--- IsolatedStorageScope.cs     29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Flags]
--- 23,27 ----
  {
  
! #if CONFIG_ISOLATED_STORAGE
  
  [Flags]
***************
*** 37,41 ****
  }; // enum IsolatedStorageScope
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.IO.IsolatedStorage
--- 37,41 ----
  }; // enum IsolatedStorageScope
  
! #endif // CONFIG_ISOLATED_STORAGE
  
  }; // namespace System.IO.IsolatedStorage





reply via email to

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