Update of /cvsroot/boost/boost/boost/test/output
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32382/boost/test/output

Modified Files:
        compiler_log_formatter.hpp 
Log Message:
Added missing export declarations.


Index: compiler_log_formatter.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/test/output/compiler_log_formatter.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- compiler_log_formatter.hpp  20 Feb 2005 08:27:08 -0000      1.2
+++ compiler_log_formatter.hpp  13 Nov 2006 20:03:48 -0000      1.3
@@ -33,7 +33,7 @@
 // **************             compiler_log_formatter           ************** 
//
 // ************************************************************************** 
//
 
-class compiler_log_formatter : public unit_test_log_formatter {
+class BOOST_TEST_DECL compiler_log_formatter : public unit_test_log_formatter {
 public:
     // Formatter interface
     void    log_start( std::ostream&, counter_t test_cases_amount );
@@ -68,6 +68,9 @@
 //  Revision History :
 //  
 //  $Log$
+//  Revision 1.3  2006/11/13 20:03:48  jhunold
+//  Added missing export declarations.
+//
 //  Revision 1.2  2005/02/20 08:27:08  rogeeff
 //  This a major update for Boost.Test framework. See release docs for 
complete list of fixes/updates
 //


-------------------------------------------------------------------------
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