You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/08/12 22:48:02 UTC

svn commit: r232381 - /xerces/c/trunk/src/xercesc/internal/XSObjectFactory.cpp

Author: cargilld
Date: Fri Aug 12 13:48:00 2005
New Revision: 232381

URL: http://svn.apache.org/viewcvs?rev=232381&view=rev
Log:
Change uppercase enums that were conflicting with other products.

Modified:
    xerces/c/trunk/src/xercesc/internal/XSObjectFactory.cpp

Modified: xerces/c/trunk/src/xercesc/internal/XSObjectFactory.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/internal/XSObjectFactory.cpp?rev=232381&r1=232380&r2=232381&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/internal/XSObjectFactory.cpp (original)
+++ xerces/c/trunk/src/xercesc/internal/XSObjectFactory.cpp Fri Aug 12 13:48:00 2005
@@ -625,7 +625,7 @@
             }
         }
 
-        if (ic->getType() == IdentityConstraint::KEYREF)
+        if (ic->getType() == IdentityConstraint::ICType_KEYREF)
             keyIC = addOrFind(((IC_KeyRef*) ic)->getKey(), xsModel);
 
         xsObj= new (fMemoryManager) XSIDCDefinition



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