You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/07 22:55:43 UTC

cvs commit: xml-xerces/c/src/util/regx OpFactory.cpp RegxUtil.cpp TokenFactory.cpp

tng         01/06/07 13:55:43

  Modified:    c/src/util/regx OpFactory.cpp RegxUtil.cpp TokenFactory.cpp
  Log:
  Fix no newline at the end warning.  By Pei Yong Zhang.
  
  Revision  Changes    Path
  1.3       +4 -1      xml-xerces/c/src/util/regx/OpFactory.cpp
  
  Index: OpFactory.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/regx/OpFactory.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OpFactory.cpp	2001/05/11 13:26:43	1.2
  +++ OpFactory.cpp	2001/06/07 20:55:36	1.3
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: OpFactory.cpp,v $
  + * Revision 1.3  2001/06/07 20:55:36  tng
  + * Fix no newline at the end warning.  By Pei Yong Zhang.
  + *
    * Revision 1.2  2001/05/11 13:26:43  tng
    * Copyright update.
    *
  @@ -224,4 +227,4 @@
   
   /**
     * End of file OpFactory.cpp
  -  */
  \ No newline at end of file
  +  */
  
  
  
  1.3       +4 -1      xml-xerces/c/src/util/regx/RegxUtil.cpp
  
  Index: RegxUtil.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/regx/RegxUtil.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RegxUtil.cpp	2001/05/11 13:26:49	1.2
  +++ RegxUtil.cpp	2001/06/07 20:55:38	1.3
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: RegxUtil.cpp,v $
  + * Revision 1.3  2001/06/07 20:55:38  tng
  + * Fix no newline at the end warning.  By Pei Yong Zhang.
  + *
    * Revision 1.2  2001/05/11 13:26:49  tng
    * Copyright update.
    *
  @@ -139,4 +142,4 @@
   }
   /**
     * End of file RegxUtil.cpp
  -  */
  \ No newline at end of file
  +  */
  
  
  
  1.5       +4 -1      xml-xerces/c/src/util/regx/TokenFactory.cpp
  
  Index: TokenFactory.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/regx/TokenFactory.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TokenFactory.cpp	2001/05/11 13:26:51	1.4
  +++ TokenFactory.cpp	2001/06/07 20:55:39	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: TokenFactory.cpp,v $
  + * Revision 1.5  2001/06/07 20:55:39  tng
  + * Fix no newline at the end warning.  By Pei Yong Zhang.
  + *
    * Revision 1.4  2001/05/11 13:26:51  tng
    * Copyright update.
    *
  @@ -498,4 +501,4 @@
   
   /**
     * End of file TokenFactory.cpp
  -  */
  \ No newline at end of file
  +  */
  
  
  

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