Author: cargilld
Date: Thu Aug 11 06:54:40 2005
New Revision: 231459
URL: http://svn.apache.org/viewcvs?rev=231459&view=rev
Log:
Remove deprecated uppercase enums that were conflicting with other products and
the related methods that call them.
Modified:
xerces/c/trunk/src/xercesc/framework/XMLAttDef.hpp
xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp
Modified: xerces/c/trunk/src/xercesc/framework/XMLAttDef.hpp
URL:
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLAttDef.hpp?rev=231459&r1=231458&r2=231459&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLAttDef.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLAttDef.hpp Thu Aug 11 06:54:40 2005
@@ -300,19 +300,6 @@
*/
MemoryManager* getMemoryManager() const;
-
- /**
- * @return the uri part of DOM Level 3 TypeInfo
- * @deprecated
- */
- virtual const XMLCh* getDOMTypeInfoUri() const = 0;
-
- /**
- * @return the name part of DOM Level 3 TypeInfo
- * @deprecated
- */
- virtual const XMLCh* getDOMTypeInfoName() const = 0;
-
//@}
Modified: xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp
URL:
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp?rev=231459&r1=231458&r2=231459&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/framework/XMLElementDecl.hpp Thu Aug 11 06:54:40
2005
@@ -347,20 +347,6 @@
*/
unsigned int getId() const;
-
- /**
- * @return the uri part of DOM Level 3 TypeInfo
- * @deprecated
- */
- virtual const XMLCh* getDOMTypeInfoUri() const = 0;
-
- /**
- * @return the name part of DOM Level 3 TypeInfo
- * @deprecated
- */
- virtual const XMLCh* getDOMTypeInfoName() const = 0;
-
-
/** Indicate whether this element type has been declared yet
*
* This method returns a boolean that indicates whether this element
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]