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/11/19 22:10:34 UTC

svn commit: r476922 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Exceptions.h

Author: jsdelfino
Date: Sun Nov 19 13:10:33 2006
New Revision: 476922

URL: http://svn.apache.org/viewvc?view=rev&rev=476922
Log:
Port of latest changes to Windows, removed incorrect SCA_API declarations TuscanyRuntimeException::operator methods

Modified:
    incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Exceptions.h

Modified: incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Exceptions.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Exceptions.h?view=diff&rev=476922&r1=476921&r2=476922
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Exceptions.h (original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Exceptions.h Sun Nov 19 13:10:33 2006
@@ -128,8 +128,8 @@
              */
             SCA_API friend std::ostream& operator<< (std::ostream &os, const TuscanyRuntimeException &except);
             
-            SCA_API operator std::string() const;
-            SCA_API operator const char*() const;
+            operator std::string() const;
+            operator const char*() const;
 
         protected:
             



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