You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2007/02/14 10:33:27 UTC

svn commit: r507450 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp

Author: ajborley
Date: Wed Feb 14 01:33:26 2007
New Revision: 507450

URL: http://svn.apache.org/viewvc?view=rev&rev=507450
Log:
Rolling back accidental commit in r502623

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

Modified: incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp?view=diff&rev=507450&r1=507449&r2=507450
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp Wed Feb 14 01:33:26 2007
@@ -98,7 +98,7 @@
                 {
                     dllName = name+".dll";
                 }
-//                SetErrorMode(SEM_FAILCRITICALERRORS);
+                SetErrorMode(SEM_FAILCRITICALERRORS);
                 hDLL = LoadLibrary(dllName.c_str());
                 if (hDLL == NULL)
                 {



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