gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp libbase/Makefil...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog gui/NullGui.cpp libbase/Makefil...
Date: Thu, 13 Sep 2007 09:10:55 +0200

On Thu, Sep 13, 2007 at 01:12:20AM +0000, Markus Gothe wrote:

> ===================================================================
> RCS file: /sources/gnash/gnash/server/timers.h,v
> retrieving revision 1.25
> retrieving revision 1.26
> diff -u -b -r1.25 -r1.26
> --- server/timers.h   2 Jul 2007 03:20:34 -0000       1.25
> +++ server/timers.h   13 Sep 2007 01:12:20 -0000      1.26
> @@ -31,7 +31,8 @@
>  #include "as_function.h" // for visibility of destructor by intrusive_ptr
>  #include "smart_ptr.h"
>  
> -#include "tu_timer.h"
> +#include <boost/timer.hpp>
> +using boost::timer;

Please don't put 'using' directives in headers.
It would pollute the namespace excessively.
This is not the only occurrence of it.

--strk;




reply via email to

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