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

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

[Dotgnu-pnet-commits] pnetlib/compat VisualC.cs,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/compat VisualC.cs,1.1,1.2
Date: Mon, 24 Nov 2003 10:35:29 +0000

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

Modified Files:
        VisualC.cs 
Log Message:


Missing constructor on "DecoratedNameAttribute".


Index: VisualC.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/compat/VisualC.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** VisualC.cs  9 Dec 2002 00:17:54 -0000       1.1
--- VisualC.cs  24 Nov 2003 10:35:27 -0000      1.2
***************
*** 39,43 ****
  
  // Indicate that a name is decorated.
! public sealed class DecoratedNameAttribute : Attribute {}
  
  // Modifier that is used to indicate C++ reference types.
--- 39,47 ----
  
  // Indicate that a name is decorated.
! public sealed class DecoratedNameAttribute : Attribute
! {
!       public DecoratedNameAttribute() {}
!       public DecoratedNameAttribute(String pszDecoratedName) {}
! }
  
  // Modifier that is used to indicate C++ reference types.





reply via email to

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