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/Security/Policy NetCo


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Policy NetCodeGroup.cs,1.1,1.2
Date: Fri, 25 Apr 2003 00:45:15 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Policy
In directory subversions:/tmp/cvs-serv19991/runtime/System/Security/Policy

Modified Files:
        NetCodeGroup.cs 
Log Message:


Signature-compatibility fixes to a large number of classes.


Index: NetCodeGroup.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Policy/NetCodeGroup.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** NetCodeGroup.cs     22 Apr 2003 04:43:34 -0000      1.1
--- NetCodeGroup.cs     25 Apr 2003 04:45:13 -0000      1.2
***************
*** 79,102 ****
                        }
  
-       // Compare two code groups for equality.
-       public override bool Equals(Object obj)
-                       {
-                               NetCodeGroup cg = (obj as NetCodeGroup);
-                               if(cg != null)
-                               {
-                                       return base.Equals(cg);
-                               }
-                               else
-                               {
-                                       return false;
-                               }
-                       }
- 
-       // Get the hash code for this instance.
-       public override int GetHashCode()
-                       {
-                               return base.GetHashCode();
-                       }
- 
        // Resolve the policy for this code group.
        [TODO]
--- 79,82 ----





reply via email to

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