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

svn commit: r430517 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/RefCountingPointer.h

Author: jsdelfino
Date: Thu Aug 10 13:23:03 2006
New Revision: 430517

URL: http://svn.apache.org/viewvc?rev=430517&view=rev
Log:
Fixed compile error on Linux, changed endl to std::endl

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

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/RefCountingPointer.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/RefCountingPointer.h?rev=430517&r1=430516&r2=430517&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/RefCountingPointer.h (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/RefCountingPointer.h Thu Aug 10 13:23:03 2006
@@ -89,7 +89,7 @@
         {
             if (!ptr)
             {
-                os << "RefCountingPointer is NULL" << endl;
+                os << "RefCountingPointer is NULL" << std::endl;
             }
             else
             {



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