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.Xml/Schema XmlSchemaException


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

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

Modified Files:
        XmlSchemaException.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: XmlSchemaException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/Schema/XmlSchemaException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** XmlSchemaException.cs       7 Apr 2003 06:03:57 -0000       1.3
--- XmlSchemaException.cs       26 May 2003 04:41:20 -0000      1.4
***************
*** 36,39 ****
--- 36,40 ----
                         throw new NotImplementedException(".ctor");
                }
+ #if CONFIG_SERIALIZATION
                [TODO]
                protected XmlSchemaException(SerializationInfo info,
***************
*** 43,46 ****
--- 44,48 ----
                        // TODO
                }
+ #endif
  
                [TODO]
***************
*** 89,92 ****
--- 91,95 ----
                }
  
+ #if CONFIG_SERIALIZATION
                [TODO]
                public override void GetObjectData(SerializationInfo info,
***************
*** 96,99 ****
--- 99,103 ----
                        // TODO
                }
+ #endif
  
        }





reply via email to

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