You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/09/19 06:29:11 UTC

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

neilg       2003/09/18 21:29:11

  Modified:    c/src/xercesc/internal Makefile.in XSerializeEngine.hpp
  Log:
  fix compilation problems under GCC
  
  Revision  Changes    Path
  1.15      +2 -1      xml-xerces/c/src/xercesc/internal/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/Makefile.in,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile.in	18 Sep 2003 20:33:18 -0000	1.14
  +++ Makefile.in	19 Sep 2003 04:29:11 -0000	1.15
  @@ -100,6 +100,7 @@
   	XMLScannerResolver.hpp \
   	XProtoType.hpp \
   	XSerializable.hpp \
  +	XSerializationException.hpp \
   	XSerializeEngine.hpp
   			
   INTERNAL_CPP_PRIVHEADERS =
  
  
  
  1.2       +6 -3      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSerializeEngine.hpp	18 Sep 2003 18:31:24 -0000	1.1
  +++ XSerializeEngine.hpp	19 Sep 2003 04:29:11 -0000	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.2  2003/09/19 04:29:11  neilg
  + * fix compilation problems under GCC
  + *
    * Revision 1.1  2003/09/18 18:31:24  peiyongz
    * OSU: Object Serialization Utilities
    *
  @@ -512,7 +515,7 @@
   
       inline XSerializeEngine::XSerializedObjectId_t getValue() const {return fData; };
   
  -    friend XSerializeEngine;
  +    friend class XSerializeEngine;
   
   private:
       // -----------------------------------------------------------------------
  
  
  

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