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/Configuration/Assembli


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Configuration/Assemblies AssemblyHash.cs,1.1,1.2
Date: Wed, 23 Apr 2003 01:39:51 -0400

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

Modified Files:
        AssemblyHash.cs 
Log Message:


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


Index: AssemblyHash.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Configuration/Assemblies/AssemblyHash.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** AssemblyHash.cs     2 Dec 2001 09:29:50 -0000       1.1
--- AssemblyHash.cs     23 Apr 2003 05:39:49 -0000      1.2
***************
*** 3,7 ****
   *            "System.Configuration.Assemblies.AssemblyHash" class.
   *
!  * Copyright (C) 2001  Southern Storm Software, Pty Ltd.
   *
   * This program is free software; you can redistribute it and/or modify
--- 3,7 ----
   *            "System.Configuration.Assemblies.AssemblyHash" class.
   *
!  * Copyright (C) 2001, 2003  Southern Storm Software, Pty Ltd.
   *
   * This program is free software; you can redistribute it and/or modify
***************
*** 80,84 ****
  
        // Set the hash value that is stored in this object.
!       public void GetValue(byte[] value)
                        {
                                hash = value;
--- 80,84 ----
  
        // Set the hash value that is stored in this object.
!       public void SetValue(byte[] value)
                        {
                                hash = value;





reply via email to

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