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/12/05 16:22:02 UTC

svn commit: r482688 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataFactoryImpl.cpp

Author: robbinspg
Date: Tue Dec  5 07:22:01 2006
New Revision: 482688

URL: http://svn.apache.org/viewvc?view=rev&rev=482688
Log:
VC6 compile error

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

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataFactoryImpl.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataFactoryImpl.cpp?view=diff&rev=482688&r1=482687&r2=482688
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataFactoryImpl.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataFactoryImpl.cpp Tue Dec  5 07:22:01 2006
@@ -1777,7 +1777,7 @@
         fprintf(header," *******************************************/\n\n\n");
 
         unsigned int i;
-        for (unsigned i=0;i<tl.size();i++)
+        for (i=0;i<tl.size();i++)
         {
             nscount = 0;
 



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