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/Runtime/CompilerServic


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/CompilerServices IDispatchConstantAttribute.cs,1.4,1.5IUnknownConstantAttribute.cs,1.3,1.4
Date: Wed, 28 May 2003 21:22:43 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/CompilerServices
In directory 
subversions:/tmp/cvs-serv18917/runtime/System/Runtime/CompilerServices

Modified Files:
        IDispatchConstantAttribute.cs IUnknownConstantAttribute.cs 
Log Message:


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


Index: IDispatchConstantAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/CompilerServices/IDispatchConstantAttribute.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** IDispatchConstantAttribute.cs       23 Apr 2003 05:39:49 -0000      1.4
--- IDispatchConstantAttribute.cs       29 May 2003 01:22:40 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COM_INTEROP
  
  using System.Runtime.InteropServices;
***************
*** 46,50 ****
  }; // class IDispatchConstantAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Runtime.CompilerServices
--- 46,50 ----
  }; // class IDispatchConstantAttribute
  
! #endif // CONFIG_COM_INTEROP
  
  }; // namespace System.Runtime.CompilerServices

Index: IUnknownConstantAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/CompilerServices/IUnknownConstantAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IUnknownConstantAttribute.cs        23 Apr 2003 05:39:49 -0000      1.3
--- IUnknownConstantAttribute.cs        29 May 2003 01:22:40 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.InteropServices;
--- 23,27 ----
  {
  
! #if CONFIG_COM_INTEROP
  
  using System.Runtime.InteropServices;
***************
*** 46,50 ****
  }; // class IUnknownConstantAttribute
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Runtime.CompilerServices
--- 46,50 ----
  }; // class IUnknownConstantAttribute
  
! #endif // CONFIG_COM_INTEROP
  
  }; // namespace System.Runtime.CompilerServices





reply via email to

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