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/30 08:56:24 UTC

svn commit: r438398 - /incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom/sdo_axiom.h

Author: robbinspg
Date: Tue Aug 29 23:56:21 2006
New Revision: 438398

URL: http://svn.apache.org/viewvc?rev=438398&view=rev
Log:
Remove using namespace commonj::sdo; from header file.
This causes problems on Windows builds.

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom/sdo_axiom.h

Modified: incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom/sdo_axiom.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom/sdo_axiom.h?rev=438398&r1=438397&r2=438398&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom/sdo_axiom.h (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/sdo_axiom/sdo_axiom.h Tue Aug 29 23:56:21 2006
@@ -29,10 +29,11 @@
 
 #include "commonj/sdo/SDO.h"
 
-using namespace commonj::sdo;
+
 
 namespace commonj
 {
+    using namespace sdo;
     namespace sdo_axiom
     {
             



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