gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase log.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libbase log.h
Date: Thu, 21 Feb 2008 14:24:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/21 14:24:10

Modified files:
        libbase        : log.h 

Log message:
        Name the parameters as they are in doxygen comment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&r1=1.66&r2=1.67

Patches:
Index: log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- log.h       21 Feb 2008 05:28:50 -0000      1.66
+++ log.h       21 Feb 2008 14:24:09 -0000      1.67
@@ -75,7 +75,7 @@
     /// @param msg
     ///                The message string ie: "bah" for "ERROR: bah"
     ///
-    void log(const std::string& msg1, const std::string& msg2);
+    void log(const std::string& label, const std::string& msg);
 
     /// Intended for use by log_*(). Thread-safe (locks _ioMutex)
     //




reply via email to

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