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/Microsoft/Win32 IRegistryKeyP


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/Microsoft/Win32 IRegistryKeyProvider.cs,1.2,1.3 MemoryKeyProvider.cs,1.2,1.3 Registry.cs,1.2,1.3 RegistryHive.cs,1.1,1.2 RegistryKey.cs,1.3,1.4 Win32KeyProvider.cs,1.3,1.4
Date: Thu, 29 May 2003 01:38:21 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32
In directory subversions:/tmp/cvs-serv17776/runtime/Microsoft/Win32

Modified Files:
        IRegistryKeyProvider.cs MemoryKeyProvider.cs Registry.cs 
        RegistryHive.cs RegistryKey.cs Win32KeyProvider.cs 
Log Message:


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


Index: IRegistryKeyProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32/IRegistryKeyProvider.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** IRegistryKeyProvider.cs     4 Apr 2003 02:50:00 -0000       1.2
--- IRegistryKeyProvider.cs     29 May 2003 05:38:18 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  using System;
***************
*** 88,92 ****
  }; // interface IRegistryKeyProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace Microsoft.Win32
--- 88,92 ----
  }; // interface IRegistryKeyProvider
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace Microsoft.Win32

Index: MemoryKeyProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32/MemoryKeyProvider.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** MemoryKeyProvider.cs        4 Apr 2003 02:50:00 -0000       1.2
--- MemoryKeyProvider.cs        29 May 2003 05:38:18 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  using System;
***************
*** 423,427 ****
  }; // class MemoryKeyProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace Microsoft.Win32
--- 423,427 ----
  }; // class MemoryKeyProvider
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace Microsoft.Win32

Index: Registry.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32/Registry.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Registry.cs 4 Apr 2003 02:50:00 -0000       1.2
--- Registry.cs 29 May 2003 05:38:18 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  using System;
***************
*** 101,105 ****
  }; // class Registry
  
! #endif // !ECMA_COMPAT
  
  }; // namespace Microsoft.Win32
--- 101,105 ----
  }; // class Registry
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace Microsoft.Win32

Index: RegistryHive.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32/RegistryHive.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RegistryHive.cs     3 Apr 2003 13:37:32 -0000       1.1
--- RegistryHive.cs     29 May 2003 05:38:18 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum RegistryHive
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  public enum RegistryHive
***************
*** 38,42 ****
  }; // enum RegistryHive
  
! #endif // !ECMA_COMPAT
  
  }; // namespace Microsoft.Win32
--- 38,42 ----
  }; // enum RegistryHive
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace Microsoft.Win32

Index: RegistryKey.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32/RegistryKey.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RegistryKey.cs      5 Apr 2003 06:28:31 -0000       1.3
--- RegistryKey.cs      29 May 2003 05:38:18 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  using System;
***************
*** 521,525 ****
  }; // class RegistryKey
  
! #endif // !ECMA_COMPAT
  
  }; // namespace Microsoft.Win32
--- 521,525 ----
  }; // class RegistryKey
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace Microsoft.Win32

Index: Win32KeyProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/Microsoft/Win32/Win32KeyProvider.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Win32KeyProvider.cs 4 Apr 2003 02:58:20 -0000       1.3
--- Win32KeyProvider.cs 29 May 2003 05:38:18 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_WIN32_SPECIFICS
  
  using System;
***************
*** 890,894 ****
  }; // class Win32KeyProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace Microsoft.Win32
--- 890,894 ----
  }; // class Win32KeyProvider
  
! #endif // CONFIG_WIN32_SPECIFICS
  
  }; // namespace Microsoft.Win32





reply via email to

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