gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libbase/log.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/log.cpp
Date: Thu, 05 Oct 2006 15:46:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/05 15:46:09

Modified files:
        .              : ChangeLog 
        libbase        : log.cpp 

Log message:
        dded #define BOOST_HAS_THREADS.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1040&r2=1.1041
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.cpp?cvsroot=gnash&r1=1.28&r2=1.29

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1040
retrieving revision 1.1041
diff -u -b -r1.1040 -r1.1041
--- ChangeLog   5 Oct 2006 14:35:03 -0000       1.1040
+++ ChangeLog   5 Oct 2006 15:46:09 -0000       1.1041
@@ -1,3 +1,7 @@
+2006-10-05 Markus Gothe <address@hidden>
+
+       * libbase/log.cpp: Added #define BOOST_HAS_THREADS.
+
 2006-10-05 Sandro Santilli <address@hidden>
 
        * server/swf/ASHandlers.cpp: handle print requests (with an

Index: libbase/log.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- libbase/log.cpp     3 Oct 2006 15:40:50 -0000       1.28
+++ libbase/log.cpp     5 Oct 2006 15:46:09 -0000       1.29
@@ -36,7 +36,7 @@
 //
 //
 
-/* $Id: log.cpp,v 1.28 2006/10/03 15:40:50 rsavoye Exp $ */
+/* $Id: log.cpp,v 1.29 2006/10/05 15:46:09 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -62,6 +62,7 @@
 #include <libxml/xmlreader.h>
 #endif
 #include <ctime>
+#define BOOST_HAS_THREADS
 #include <boost/thread/mutex.hpp>
 static boost::mutex io_mutex;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]