You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/01/16 22:55:18 UTC

cvs commit: xml-xerces/c/src/xercesc/internal XSerializeEngine.hpp

peiyongz    2004/01/16 13:55:18

  Modified:    c/src/xercesc/internal XSerializeEngine.hpp
  Log:
  maintain the same size on both 32/64 bit architecture
  
  Revision  Changes    Path
  1.12      +5 -2      xml-xerces/c/src/xercesc/internal/XSerializeEngine.hpp
  
  Index: XSerializeEngine.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XSerializeEngine.hpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XSerializeEngine.hpp	15 Jan 2004 23:42:32 -0000	1.11
  +++ XSerializeEngine.hpp	16 Jan 2004 21:55:18 -0000	1.12
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.12  2004/01/16 21:55:18  peiyongz
  + * maintain the same size on both 32/64 bit architecture
  + *
    * Revision 1.11  2004/01/15 23:42:32  peiyongz
    * proper allignment for built-in datatype read/write
    *
  @@ -124,7 +127,7 @@
       static int defaultDataLen;
   
   
  -    typedef unsigned long   XSerializedObjectId_t;
  +    typedef unsigned int   XSerializedObjectId_t;
   
       /***
         *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org