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 2004/01/12 17:25:49 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/datatype DateTimeValidator.cpp

neilg       2004/01/12 08:25:49

  Modified:    c/src/xercesc/validators/datatype DateTimeValidator.cpp
  Log:
  remove use of static buffers
  
  Revision  Changes    Path
  1.15      +5 -6      xml-xerces/c/src/xercesc/validators/datatype/DateTimeValidator.cpp
  
  Index: DateTimeValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/DateTimeValidator.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- DateTimeValidator.cpp	6 Jan 2004 18:13:59 -0000	1.14
  +++ DateTimeValidator.cpp	12 Jan 2004 16:25:49 -0000	1.15
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.15  2004/01/12 16:25:49  neilg
  + * remove use of static buffers
  + *
    * Revision 1.14  2004/01/06 18:13:59  peiyongz
    * using the no-exception-thrown ctor
    *
  @@ -118,10 +121,6 @@
   #include <xercesc/util/OutOfMemoryException.hpp>
   
   XERCES_CPP_NAMESPACE_BEGIN
  -
  -static const int BUF_LEN = 64;
  -static XMLCh value1[BUF_LEN+1];
  -static XMLCh value2[BUF_LEN+1];
   
   // ---------------------------------------------------------------------------
   //  Macro
  
  
  

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