You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2007/02/22 18:48:43 UTC

svn commit: r510604 - /incubator/tuscany/cpp/sca/runtime/extensions/php/src/tuscany/sca/php/PHPServiceWrapper.h

Author: slaws
Date: Thu Feb 22 09:48:38 2007
New Revision: 510604

URL: http://svn.apache.org/viewvc?view=rev&rev=510604
Log:
TUSCANY-1133
Make the PHP extension work on windows
Upper Case TRSM.h as it causes problems on linux otherwise

Modified:
    incubator/tuscany/cpp/sca/runtime/extensions/php/src/tuscany/sca/php/PHPServiceWrapper.h

Modified: incubator/tuscany/cpp/sca/runtime/extensions/php/src/tuscany/sca/php/PHPServiceWrapper.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/php/src/tuscany/sca/php/PHPServiceWrapper.h?view=diff&rev=510604&r1=510603&r2=510604
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/php/src/tuscany/sca/php/PHPServiceWrapper.h (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/php/src/tuscany/sca/php/PHPServiceWrapper.h Thu Feb 22 09:48:38 2007
@@ -29,7 +29,7 @@
 #include "tuscany/sca/model/Component.h"
 #include "tuscany/sca/model/Interface.h"
 
-#include <TSRM/tsrm.h>
+#include <TSRM/TSRM.h>
 
 namespace tuscany
 {



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