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/Diagnostics Debuggabl


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Diagnostics DebuggableAttribute.cs,1.3,1.4
Date: Wed, 23 Apr 2003 01:39:51 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics
In directory subversions:/tmp/cvs-serv9550/runtime/System/Diagnostics

Modified Files:
        DebuggableAttribute.cs 
Log Message:


Minor tweaks to a lot of classes to make them more signature compatible
with .NET Framework SDK 1.1.


Index: DebuggableAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Diagnostics/DebuggableAttribute.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DebuggableAttribute.cs      10 Apr 2003 23:07:09 -0000      1.3
--- DebuggableAttribute.cs      23 Apr 2003 05:39:49 -0000      1.4
***************
*** 27,31 ****
  [AttributeUsage(AttributeTargets.Assembly |
                                AttributeTargets.Module,
!                               AllowMultiple=false, Inherited=true)]
  public sealed class DebuggableAttribute : Attribute
  {
--- 27,31 ----
  [AttributeUsage(AttributeTargets.Assembly |
                                AttributeTargets.Module,
!                               AllowMultiple=false)]
  public sealed class DebuggableAttribute : Attribute
  {





reply via email to

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