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

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

[Dotgnu-pnet-commits] CVS: pnet/image ser_parse.c,1.6,1.7


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image ser_parse.c,1.6,1.7
Date: Sun, 04 May 2003 15:34:26 -0400

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv32444/image

Modified Files:
        ser_parse.c 
Log Message:
Iron out the tagged object stuff


Index: ser_parse.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/ser_parse.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ser_parse.c 28 Feb 2003 04:57:47 -0000      1.6
--- ser_parse.c 4 May 2003 19:34:24 -0000       1.7
***************
*** 128,131 ****
--- 128,140 ----
                        }
                }
+               else if(!strcmp(classInfo->className->name, "Object"))
+               {
+                       if(classInfo->className->namespace &&
+                          !strcmp(classInfo->className->namespace, "System") &&
+                          ILClassGetNestedParent(classInfo) == 0)
+                       {
+                               return IL_META_SERIALTYPE_VARIANT;
+                       }
+               }
        }
        else if(ILType_IsSimpleArray(type))
***************
*** 186,189 ****
--- 195,199 ----
                case IL_META_SERIALTYPE_STRING:
                case IL_META_SERIALTYPE_TYPE:
+               case IL_META_SERIALTYPE_VARIANT:
                {
                        /* Assume that space is sufficient, and check for real 
later */





reply via email to

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