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/InteropServic


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/InteropServices FieldOffsetAttribute.cs, 1.3, 1.4 InAttribute.cs, 1.3, 1.4 MarshalAsAttribute.cs, 1.6, 1.7 OutAttribute.cs, 1.3, 1.4 StructLayoutAttribute.cs, 1.3, 1.4
Date: Thu, 04 Sep 2003 00:47:16 -0400

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

Modified Files:
        FieldOffsetAttribute.cs InAttribute.cs MarshalAsAttribute.cs 
        OutAttribute.cs StructLayoutAttribute.cs 
Log Message:


Signature-compatibility fixes for "AttributeUsage" declarations.


Index: FieldOffsetAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/FieldOffsetAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** FieldOffsetAttribute.cs     15 Apr 2003 05:13:43 -0000      1.3
--- FieldOffsetAttribute.cs     4 Sep 2003 04:47:13 -0000       1.4
***************
*** 25,29 ****
  #if CONFIG_RUNTIME_INFRA
  
! [AttributeUsage(AttributeTargets.Field, AllowMultiple=false, Inherited=false)]
  public sealed class FieldOffsetAttribute : Attribute
  {
--- 25,29 ----
  #if CONFIG_RUNTIME_INFRA
  
! [AttributeUsage(AttributeTargets.Field, Inherited=false)]
  public sealed class FieldOffsetAttribute : Attribute
  {

Index: InAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/InAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** InAttribute.cs      15 Apr 2003 05:13:43 -0000      1.3
--- InAttribute.cs      4 Sep 2003 04:47:13 -0000       1.4
***************
*** 25,30 ****
  #if CONFIG_RUNTIME_INFRA
  
! [AttributeUsage(AttributeTargets.Parameter,
!                               AllowMultiple=false, Inherited=false)]
  public sealed class InAttribute : Attribute
  {
--- 25,29 ----
  #if CONFIG_RUNTIME_INFRA
  
! [AttributeUsage(AttributeTargets.Parameter, Inherited=false)]
  public sealed class InAttribute : Attribute
  {

Index: MarshalAsAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/MarshalAsAttribute.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** MarshalAsAttribute.cs       29 May 2003 01:22:41 -0000      1.6
--- MarshalAsAttribute.cs       4 Sep 2003 04:47:13 -0000       1.7
***************
*** 28,32 ****
                                AttributeTargets.Parameter |
                                AttributeTargets.ReturnValue,
!                               AllowMultiple=false, Inherited=false)]
  public sealed class MarshalAsAttribute : Attribute
  {
--- 28,32 ----
                                AttributeTargets.Parameter |
                                AttributeTargets.ReturnValue,
!                               Inherited=false)]
  public sealed class MarshalAsAttribute : Attribute
  {

Index: OutAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/OutAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** OutAttribute.cs     15 Apr 2003 05:13:43 -0000      1.3
--- OutAttribute.cs     4 Sep 2003 04:47:13 -0000       1.4
***************
*** 25,30 ****
  #if CONFIG_RUNTIME_INFRA
  
! [AttributeUsage(AttributeTargets.Parameter,
!                               AllowMultiple=false, Inherited=false)]
  public sealed class OutAttribute : Attribute
  {
--- 25,29 ----
  #if CONFIG_RUNTIME_INFRA
  
! [AttributeUsage(AttributeTargets.Parameter, Inherited=false)]
  public sealed class OutAttribute : Attribute
  {

Index: StructLayoutAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/InteropServices/StructLayoutAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** StructLayoutAttribute.cs    15 Apr 2003 05:13:43 -0000      1.3
--- StructLayoutAttribute.cs    4 Sep 2003 04:47:13 -0000       1.4
***************
*** 26,30 ****
  
  [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct,
!                               AllowMultiple=false, Inherited=false)]
  public sealed class StructLayoutAttribute : Attribute
  {
--- 26,30 ----
  
  [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct,
!                               Inherited=false)]
  public sealed class StructLayoutAttribute : Attribute
  {





reply via email to

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