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 Uri.cs, 1.43, 1.44 UriFormatEx


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System Uri.cs, 1.43, 1.44 UriFormatException.cs, 1.6, 1.7
Date: Wed, 17 Sep 2003 01:16:06 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System
In directory subversions:/tmp/cvs-serv21594/System

Modified Files:
        Uri.cs UriFormatException.cs 
Log Message:


Signature-compatibility fixes in "Uri" and "UriFormatException".


Index: Uri.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Uri.cs,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** Uri.cs      13 Sep 2003 10:20:30 -0000      1.43
--- Uri.cs      17 Sep 2003 05:16:04 -0000      1.44
***************
*** 534,538 ****
        }
        
!       public static char BinHexToChar(char hex1, char hex2)
        {
                hex1=Char.ToUpper(hex1);
--- 534,538 ----
        }
        
!       private static char BinHexToChar(char hex1, char hex2)
        {
                hex1=Char.ToUpper(hex1);
***************
*** 651,655 ****
        }
  
!       protected void ParseString(String uriString,bool reportErrors)
        {
                if(hasFastRegex)
--- 651,655 ----
        }
  
!       private void ParseString(String uriString,bool reportErrors)
        {
                if(hasFastRegex)

Index: UriFormatException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/UriFormatException.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** UriFormatException.cs       5 Jul 2003 05:07:10 -0000       1.6
--- UriFormatException.cs       17 Sep 2003 05:16:04 -0000      1.7
***************
*** 49,69 ****
                }
  
-       // Get the default message to use for this exception type.
-       public override String Message
-                       {
-                               get
-                               {
-                                       String parentMsg = base.Message;
-                                       if(parentMsg != null)
-                                       {
-                                               return parentMsg;
-                                       }
-                                       else
-                                       {
-                                               return 
S._("Exception_UriFormat");
-                                       }
-                               }
-                       }
- 
  #if CONFIG_SERIALIZATION
  
--- 49,52 ----





reply via email to

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