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/08/11 18:48:55 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLDateTime.hpp

peiyongz    2004/08/11 09:48:55

  Modified:    c/src/xercesc/util XMLDateTime.hpp
  Log:
  Allow XSValue access
  
  Revision  Changes    Path
  1.18      +9 -1      xml-xerces/c/src/xercesc/util/XMLDateTime.hpp
  
  Index: XMLDateTime.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLDateTime.hpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XMLDateTime.hpp	29 Jan 2004 11:48:47 -0000	1.17
  +++ XMLDateTime.hpp	11 Aug 2004 16:48:55 -0000	1.18
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.18  2004/08/11 16:48:55  peiyongz
  + * Allow XSValue access
  + *
    * Revision 1.17  2004/01/29 11:48:47  cargilld
    * Code cleanup changes to get rid of various compiler diagnostic messages.
    *
  @@ -131,6 +134,8 @@
   
   XERCES_CPP_NAMESPACE_BEGIN
   
  +class XSValue;
  +
   class XMLUTIL_EXPORT XMLDateTime : public XMLNumber
   {
   public:
  @@ -246,6 +251,7 @@
       // Constant data
       // -----------------------------------------------------------------------
   	//
  +
       enum timezoneIndex
       {
           hh = 0,
  @@ -360,6 +366,8 @@
       int          fBufferMaxLen;
       XMLCh*       fBuffer;
       MemoryManager* fMemoryManager;
  +
  +    friend class XSValue;
   };
   
   inline void XMLDateTime::setBuffer(const XMLCh* const aString)
  
  
  

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