* DirectoryServicesPermission.cs: marked sealed, added
authorGert Driesen <drieseng@users.sourceforge.net>
Sun, 16 May 2004 16:30:38 +0000 (16:30 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sun, 16 May 2004 16:30:38 +0000 (16:30 -0000)
Serializable attribute
* SearchResultCollection: made Handle public

svn path=/trunk/mcs/; revision=27488

mcs/class/System.DirectoryServices/System.DirectoryServices/ChangeLog
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryServicesPermission.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/SearchResultCollection.cs

index 8a992d198c902c9b1762ee99c6fad5cdc6d01b4a..ac42ca1a0a0bb4154670926b0e6119dac1feddc4 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-16  Gert Driesen (drieseng@users.sourceforge.net)
+
+       * DirectoryServicesPermission.cs: marked sealed, added
+       Serializable attribute
+       * SearchResultCollection: made Handle public
+
 2004-05-14  Raja R Harinath  <rharinath@novell.com>
 
        * SearchResultCollection.cs: Add a few more stubs.
@@ -36,4 +42,4 @@
        * DirectorySearcher.cs: Added attributes, stubbed missing
        * DirectoryServicesPermissionAccess.cs: Added, implemented
        * DSDescriptionAttribute.cs: Added, implemented
-       * DSDescriptionAttribute.cs, Added implemented
\ No newline at end of file
+       * DSDescriptionAttribute.cs, Added implemented
index 41ea0edaf3936043c2302ffc937e97748b3113a3..d54757ad75ac1d66b844c01be761030d62e55cab 100644 (file)
@@ -34,7 +34,8 @@ using System.Security.Permissions;
 
 namespace System.DirectoryServices
 {
-       public class DirectoryServicesPermission : ResourcePermissionBase
+       [Serializable()]
+       public sealed class DirectoryServicesPermission : ResourcePermissionBase
        {
                DirectoryServicesPermissionEntryCollection entries;
 
index 595907ae5f43371b035743291772c03627ff3d51..4c68dedfe2ea1bae61c103bbc424c131b1740c9d 100644 (file)
@@ -172,7 +172,7 @@ namespace System.DirectoryServices
                        get { throw new NotImplementedException (); }
                }
 
-               IntPtr Handle
+               public IntPtr Handle
                {
                        [MonoTODO]
                        get { throw new NotImplementedException (); }