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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms AccessibleObjec


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms AccessibleObject.cs,1.2,1.3
Date: Fri, 20 Jun 2003 04:33:40 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms
In directory subversions:/tmp/cvs-serv10048/System.Windows.Forms

Modified Files:
        AccessibleObject.cs 
Log Message:


Change an indexer that uses an "out" parameter (which is legal
in Managed C++ but not C#) into a method instead.


Index: AccessibleObject.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/AccessibleObject.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AccessibleObject.cs 14 Jun 2003 00:36:44 -0000      1.2
--- AccessibleObject.cs 20 Jun 2003 08:33:38 -0000      1.3
***************
*** 363,373 ****
                                }
                        }
!       [IndexerName("accHelpTopic")]
!       int IAccessible.this[out String pszHelp, Object varChild]
                        {
!                               get
!                               {
!                                       throw new NotImplementedException();
!                               }
                        }
        [IndexerName("accKeyboardShortcut")]
--- 363,369 ----
                                }
                        }
!       int IAccessible.get_accHelpTopic(out String pszHelp, Object varChild)
                        {
!                               throw new NotImplementedException();
                        }
        [IndexerName("accKeyboardShortcut")]





reply via email to

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