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 17:27:32 UTC

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

Author: nadiramra
Date: Thu Jan  8 08:27:31 2009
New Revision: 732749

URL: http://svn.apache.org/viewvc?rev=732749&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=732749&r1=732748&r2=732749&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/BasicTypeSerializer.h (original)
+++ webservices/axis/trunk/c/src/common/BasicTypeSerializer.h Thu Jan  8 08:27:31 2009
@@ -92,15 +92,6 @@
     static const AxisChar* basicTypeStr(XSDTYPE type);
 
 private:
-    enum
-    {
-        GREATOR_THAN_CHAR    =    '>',    /* Greator than character */
-        LESSER_THAN_CHAR    =    '<',    /* Less than character */
-        SINGLE_QUOTE_CHAR    =    '\'',    /* Single quotation character */
-        DOUBLE_QUOTE_CHAR    =    '\"',    /* Double quotation character */
-        AMPERSAND_CHAR        =    '&'    /* Ampersand character */
-    };
-private:
     AxisString m_sSZ;
     /* Current Serialization Style */
     AXIS_BINDING_STYLE m_nStyle;