summaryrefslogtreecommitdiff
path: root/ACEXML/common/NamespaceSupport.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-24 17:59:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-24 17:59:33 +0000
commit1d129d616d0e95cda694ea2786d262aa148aed72 (patch)
tree510858ae0cf22e6fd6d46247963a6cfde4827b40 /ACEXML/common/NamespaceSupport.cpp
parentd0e80b724d7ac0b5aa39c62cc2becb1a9e3ecb06 (diff)
downloadATCD-1d129d616d0e95cda694ea2786d262aa148aed72.tar.gz
*** empty log message ***AX
Diffstat (limited to 'ACEXML/common/NamespaceSupport.cpp')
-rw-r--r--ACEXML/common/NamespaceSupport.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACEXML/common/NamespaceSupport.cpp b/ACEXML/common/NamespaceSupport.cpp
index 2177dfd259e..949c265eacb 100644
--- a/ACEXML/common/NamespaceSupport.cpp
+++ b/ACEXML/common/NamespaceSupport.cpp
@@ -215,6 +215,9 @@ ACEXML_NamespaceSupport::processName (const ACEXML_Char *qName,
const ACEXML_Char *&name,
int is_attribute) const
{
+ // @@ Need to use different rules to resolve attributes.
+ ACE_UNUSED_ARG (is_attribute);
+
int qlen = ACE_OS_String::strlen (qName);
int len = -1;
for (int i = 0; i < qlen; ++i)