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 CodeG


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Policy CodeGroup.cs,1.1,1.2 FileCodeGroup.cs,1.1,1.2 PolicyLevel.cs,1.2,1.3
Date: Thu, 24 Apr 2003 23:53:10 -0400

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

Modified Files:
        CodeGroup.cs FileCodeGroup.cs PolicyLevel.cs 
Log Message:


Signature-compatibility fixes to a large number of classes.


Index: CodeGroup.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Policy/CodeGroup.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CodeGroup.cs        7 Apr 2003 09:58:38 -0000       1.1
--- CodeGroup.cs        25 Apr 2003 03:53:07 -0000      1.2
***************
*** 146,150 ****
  
        // Create the XML form of this code group.
!       public virtual void CreateXml(SecurityElement element, PolicyLevel 
level)
                        {
                                // Nothing to do in the base class.
--- 146,151 ----
  
        // Create the XML form of this code group.
!       protected virtual void CreateXml
!                               (SecurityElement element, PolicyLevel level)
                        {
                                // Nothing to do in the base class.
***************
*** 267,271 ****
  
        // Parse the XML form of this code group.
!       public virtual void ParseXml(SecurityElement element, PolicyLevel level)
                        {
                                // Nothing to do in the base class.
--- 268,273 ----
  
        // Parse the XML form of this code group.
!       protected virtual void ParseXml
!                               (SecurityElement element, PolicyLevel level)
                        {
                                // Nothing to do in the base class.

Index: FileCodeGroup.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Policy/FileCodeGroup.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** FileCodeGroup.cs    22 Apr 2003 04:43:34 -0000      1.1
--- FileCodeGroup.cs    25 Apr 2003 03:53:07 -0000      1.2
***************
*** 86,90 ****
        // Create the XML form of this code group.
        [TODO]
!       public override void CreateXml(SecurityElement element, PolicyLevel 
level)
                        {
                                // TODO
--- 86,91 ----
        // Create the XML form of this code group.
        [TODO]
!       protected override void CreateXml
!                               (SecurityElement element, PolicyLevel level)
                        {
                                // TODO
***************
*** 137,141 ****
        // Parse the XML form of this code group.
        [TODO]
!       public override void ParseXml(SecurityElement element, PolicyLevel 
level)
                        {
                                // TODO
--- 138,143 ----
        // Parse the XML form of this code group.
        [TODO]
!       protected override void ParseXml
!                               (SecurityElement element, PolicyLevel level)
                        {
                                // TODO

Index: PolicyLevel.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Policy/PolicyLevel.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** PolicyLevel.cs      22 Apr 2003 04:43:34 -0000      1.2
--- PolicyLevel.cs      25 Apr 2003 03:53:07 -0000      1.3
***************
*** 173,177 ****
                        }
        [TODO]
!       public void RevoveFullTrustAssembly(StrongNameMembershipCondition snMC)
                        {
                                // TODO
--- 173,177 ----
                        }
        [TODO]
!       public void RemoveFullTrustAssembly(StrongNameMembershipCondition snMC)
                        {
                                // TODO
***************
*** 180,184 ****
        // Remove a named permission set.
        [TODO]
!       public void RemoveNamedPermissionSet(NamedPermissionSet permSet)
                        {
                                if(permSet == null)
--- 180,185 ----
        // Remove a named permission set.
        [TODO]
!       public NamedPermissionSet RemoveNamedPermissionSet
!                                       (NamedPermissionSet permSet)
                        {
                                if(permSet == null)
***************
*** 187,193 ****
                                }
                                // TODO
                        }
        [TODO]
!       public void RemoveNamedPermissionSet(String name)
                        {
                                if(name == null)
--- 188,195 ----
                                }
                                // TODO
+                               return permSet;
                        }
        [TODO]
!       public NamedPermissionSet RemoveNamedPermissionSet(String name)
                        {
                                if(name == null)
***************
*** 196,199 ****
--- 198,202 ----
                                }
                                // TODO
+                               return null;
                        }
  





reply via email to

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