Update of /cvsroot/boost/boost/boost/test/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32382/boost/test/detail
Modified Files:
unit_test_parameters.hpp
Log Message:
Added missing export declarations.
Index: unit_test_parameters.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/test/detail/unit_test_parameters.hpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- unit_test_parameters.hpp 30 Jan 2006 07:29:49 -0000 1.23
+++ unit_test_parameters.hpp 13 Nov 2006 20:03:48 -0000 1.24
@@ -32,21 +32,21 @@
namespace runtime_config {
-void init( int* argc, char** argv );
+void BOOST_TEST_DECL init( int* argc, char** argv );
-unit_test::log_level log_level();
-bool no_result_code();
-unit_test::report_level report_level();
-const_string test_to_run();
-const_string break_exec_path();
-bool save_pattern();
-bool show_build_info();
-bool show_progress();
-bool catch_sys_errors();
-output_format report_format();
-output_format log_format();
-long detect_memory_leaks();
-int random_seed();
+unit_test::log_level BOOST_TEST_DECL log_level();
+bool BOOST_TEST_DECL no_result_code();
+unit_test::report_level BOOST_TEST_DECL report_level();
+const_string BOOST_TEST_DECL test_to_run();
+const_string BOOST_TEST_DECL break_exec_path();
+bool BOOST_TEST_DECL save_pattern();
+bool BOOST_TEST_DECL show_build_info();
+bool BOOST_TEST_DECL show_progress();
+bool BOOST_TEST_DECL catch_sys_errors();
+output_format BOOST_TEST_DECL report_format();
+output_format BOOST_TEST_DECL log_format();
+long BOOST_TEST_DECL detect_memory_leaks();
+int BOOST_TEST_DECL random_seed();
} // namespace runtime_config
@@ -62,6 +62,9 @@
// Revision History :
//
// $Log$
+// Revision 1.24 2006/11/13 20:03:48 jhunold
+// Added missing export declarations.
+//
// Revision 1.23 2006/01/30 07:29:49 rogeeff
// split memory leaks detection API in two to get more functions with better
defined roles
//
-------------------------------------------------------------------------
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