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 ComboBox.cs, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Windows.Forms ComboBox.cs, 1.2, 1.3
Date: Sat, 12 Jul 2003 20:32:08 -0400

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

Modified Files:
        ComboBox.cs 
Log Message:


Missing "override" declarations.


Index: ComboBox.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/ComboBox.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ComboBox.cs 13 Jul 2003 00:02:44 -0000      1.2
--- ComboBox.cs 13 Jul 2003 00:32:06 -0000      1.3
***************
*** 507,511 ****
  
        [TODO]
!       protected void SetItemCore(int index, object value)
        {
                throw new NotImplementedException("SetItemCore");
--- 507,511 ----
  
        [TODO]
!       protected override void SetItemCore(int index, object value)
        {
                throw new NotImplementedException("SetItemCore");
***************
*** 513,517 ****
  
        [TODO]
!       protected void SetItemsCore(IList value)
        {
                throw new NotImplementedException("SetItemsCore");
--- 513,517 ----
  
        [TODO]
!       protected override void SetItemsCore(IList value)
        {
                throw new NotImplementedException("SetItemsCore");





reply via email to

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