You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2009/01/08 16:58:24 UTC

svn commit: r732733 - /webservices/axis/trunk/c/src/common/BasicTypeSerializer.h

Author: nadiramra
Date: Thu Jan  8 07:58:24 2009
New Revision: 732733

URL: http://svn.apache.org/viewvc?rev=732733&view=rev
Log:
Remove unused constants....

Modified:
    webservices/axis/trunk/c/src/common/BasicTypeSerializer.h

Modified: webservices/axis/trunk/c/src/common/BasicTypeSerializer.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/BasicTypeSerializer.h?rev=732733&r1=732732&r2=732733&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/BasicTypeSerializer.h (original)
+++ webservices/axis/trunk/c/src/common/BasicTypeSerializer.h Thu Jan  8 07:58:24 2009
@@ -34,18 +34,6 @@
 using namespace std;
 
 #define BTS_BUFFSIZE 32
-const AxisChar XML_ENTITY_REFERENCE_CAHRS[]    = "<>&\"\'";
-/* Entity reference characters */
-const AxisChar ENCODED_LESSER_STR[]            = "&lt;";    
-/* Encoded string for less than character */
-const AxisChar ENCODED_GREATOR_STR[]        = "&gt;";    
-/* Encoded string for greator than character */
-const AxisChar ENCODED_AMPERSAND_STR[]        = "&amp;";    
-/* Encoded string for ampersand character */
-const AxisChar ENCODED_DBL_QUOTE_STR[]        = "&quot;";    
-/* Encoded string for single quote character */
-const AxisChar ENCODED_SGL_QUOTE_STR[]        = "&apos;";    
-/* Encoded string for double quote character */
 
 /*
  *   @class BasicTypeSerializer