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

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

[Dotgnu-pnet-commits] CVS: pnetlib/compat Accessibility.cs,1.1,1.2 CShar


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/compat Accessibility.cs,1.1,1.2 CSharpCompiler.cs,1.2,1.3 Vsa.cs,1.5,1.6
Date: Wed, 28 May 2003 21:23:12 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/compat
In directory subversions:/tmp/cvs-serv18917/compat

Modified Files:
        Accessibility.cs CSharpCompiler.cs Vsa.cs 
Log Message:


Add new profile options - CONFIG_COM_INTEROP, CONFIG_CODEDOM,
CONFIG_CRYPTO, CONFIG_X509_CERTIFICATES.


Index: Accessibility.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/compat/Accessibility.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Accessibility.cs    24 May 2003 09:54:05 -0000      1.1
--- Accessibility.cs    29 May 2003 01:22:39 -0000      1.2
***************
*** 25,34 ****
  {
  
- #if !ECMA_COMPAT
- 
  using System;
  using System.Runtime.InteropServices;
  using System.Runtime.CompilerServices;
  
  [Guid("618736E0-3C3D-11CF-810C-00AA00389B71")]
  [TypeLibType(0x1050)]
--- 25,34 ----
  {
  
  using System;
  using System.Runtime.InteropServices;
  using System.Runtime.CompilerServices;
  
+ #if CONFIG_COM_INTEROP
+ 
  [Guid("618736E0-3C3D-11CF-810C-00AA00389B71")]
  [TypeLibType(0x1050)]
***************
*** 220,224 ****
  }; // interface IAccessibleHandler
  
! #else // ECMA_COMPAT
  
  // The same as above, but without the horrible COM marker attributes.
--- 220,224 ----
  }; // interface IAccessibleHandler
  
! #else // !CONFIG_COM_INTEROP
  
  // The same as above, but without the horrible COM marker attributes.
***************
*** 282,286 ****
  }; // interface IAccessibleHandler
  
! #endif // ECMA_COMPAT
  
  } // namespace Accessibility
--- 282,286 ----
  }; // interface IAccessibleHandler
  
! #endif // !CONFIG_COM_INTEROP
  
  } // namespace Accessibility

Index: CSharpCompiler.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/compat/CSharpCompiler.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** CSharpCompiler.cs   9 Dec 2002 01:04:01 -0000       1.2
--- CSharpCompiler.cs   29 May 2003 01:22:39 -0000      1.3
***************
*** 120,124 ****
                                }
  
! #if !ECMA_COMPAT
                                // Build the compiler parameter block.
                                CompilerParameters paramBlock;
--- 120,124 ----
                                }
  
! #if CONFIG_CODEDOM
                                // Build the compiler parameter block.
                                CompilerParameters paramBlock;
***************
*** 229,233 ****
                                return newErrors;
  #else
!                               // We don't have the necessary API's in 
ECMA-compat mode.
                                throw new NotImplementedException();
  #endif
--- 229,233 ----
                                return newErrors;
  #else
!                               // We don't have the necessary CodeDom API's.
                                throw new NotImplementedException();
  #endif

Index: Vsa.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/compat/Vsa.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Vsa.cs      26 May 2003 04:41:20 -0000      1.5
--- Vsa.cs      29 May 2003 01:22:39 -0000      1.6
***************
*** 89,93 ****
  public interface IVsaCodeItem : IVsaItem
  {
! #if !ECMA_COMPAT
        CodeObject CodeDOM { get; }
  #endif
--- 89,93 ----
  public interface IVsaCodeItem : IVsaItem
  {
! #if CONFIG_CODEDOM
        CodeObject CodeDOM { get; }
  #endif





reply via email to

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