gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/log.h
Date: Mon, 07 May 2007 10:29:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/07 10:29:39

Modified files:
        .              : ChangeLog 
        libbase        : log.h 

Log message:
                * libbase/log.h: fully qualify __Host_Function_Report__ so
                  GNASH_REPORT_FUNCTION can be used by classes outside of 
'gnash'
                  namespace.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3115&r2=1.3116
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&r1=1.49&r2=1.50

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3115
retrieving revision 1.3116
diff -u -b -r1.3115 -r1.3116
--- ChangeLog   7 May 2007 09:33:20 -0000       1.3115
+++ ChangeLog   7 May 2007 10:29:39 -0000       1.3116
@@ -1,5 +1,8 @@
 2007-05-07 Sandro Santilli <address@hidden>
 
+       * libbase/log.h: fully qualify __Host_Function_Report__ so
+         GNASH_REPORT_FUNCTION can be used by classes outside of 'gnash'
+         namespace.
        * libbase/curl_adapter.cpp (fill_cache): avoid aggressive polling by
          taking naps between iterations. "Smart" sleep times are taken
          in consideration so we can tweak them.

Index: libbase/log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- libbase/log.h       2 May 2007 16:24:12 -0000       1.49
+++ libbase/log.h       7 May 2007 10:29:39 -0000       1.50
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: log.h,v 1.49 2007/05/02 16:24:12 rsavoye Exp $ */
+/* $Id: log.h,v 1.50 2007/05/07 10:29:39 strk Exp $ */
 
 #ifndef GNASH_LOG_H
 #define GNASH_LOG_H
@@ -343,7 +343,7 @@
 
 #if defined(__cplusplus) && defined(__GNUC__)
 #define GNASH_REPORT_FUNCTION   \
-    __Host_Function_Report__ __host_function_report__( __PRETTY_FUNCTION__)
+       gnash::__Host_Function_Report__ __host_function_report__( 
__PRETTY_FUNCTION__)
 #define GNASH_REPORT_RETURN
 #else
 #define GNASH_REPORT_FUNCTION \




reply via email to

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