Update of /cvsroot/boost/boost/libs/wave/test/testwave
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9727/libs/wave/test/testwave

Modified Files:
        testwave.cpp 
Log Message:
Fixed exception specifications to catch exceptions as const&.

Index: testwave.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/test/testwave/testwave.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- testwave.cpp        17 Mar 2006 22:40:02 -0000      1.14
+++ testwave.cpp        24 Jun 2006 16:59:46 -0000      1.15
@@ -275,7 +275,7 @@
             std::cout << "." << std::endl;
         }
     }
-    catch (std::exception const &e) {
+    catch (std::exception const& e) {
         std::cerr << "testwave: exception caught: " << e.what() << std::endl;
         return (std::numeric_limits<int>::max)() - 1;
     }


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to