You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/08/22 17:40:28 UTC

svn commit: r433676 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp

Author: robbinspg
Date: Tue Aug 22 08:40:27 2006
New Revision: 433676

URL: http://svn.apache.org/viewvc?rev=433676&view=rev
Log:
TUSCANY-644 correct previous fix as this was eliminating properties containg dots

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp?rev=433676&r1=433675&r2=433676&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/TypeImpl.cpp Tue Aug 22 08:40:27 2006
@@ -862,7 +862,7 @@
                          bool many, bool rdonly, bool cont) 
     {
         // do not add duplicate properties
-        if (!getPropertyImpl(propname))
+        if (!getPropertyImplPure(propname))
         {   
             props.insert(props.end(),new PropertyImpl(*this, 
                 propname, t, many,rdonly, cont));



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