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 UriFormatException.cs,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System UriFormatException.cs,1.4,1.5
Date: Mon, 26 May 2003 00:41:22 -0400

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

Modified Files:
        UriFormatException.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: UriFormatException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/UriFormatException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** UriFormatException.cs       7 Apr 2003 06:03:57 -0000       1.4
--- UriFormatException.cs       26 May 2003 04:41:20 -0000      1.5
***************
*** 28,32 ****
  
  public class UriFormatException : FormatException
! #if !ECMA_COMPAT
        , ISerializable
  #endif
--- 28,32 ----
  
  public class UriFormatException : FormatException
! #if CONFIG_SERIALIZATION
        , ISerializable
  #endif
***************
*** 66,70 ****
                        }
  
! #if !ECMA_COMPAT
  
        // De-serialize this object.
--- 66,70 ----
                        }
  
! #if CONFIG_SERIALIZATION
  
        // De-serialize this object.
***************
*** 80,84 ****
                }
  
! #endif // !ECMA_COMPAT
  
  }; // class UriFormatException
--- 80,84 ----
                }
  
! #endif // CONFIG_SERIALIZATION
  
  }; // class UriFormatException





reply via email to

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