gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog backend/render_handler_agg_bitm...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog backend/render_handler_agg_bitm...
Date: Thu, 14 Jun 2007 15:55:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/14 15:55:20

Modified files:
        .              : ChangeLog 
        backend        : render_handler_agg_bitmap.h 
                         render_handler_agg_style.h 
        libgeometry    : snappingrange.h 
        cygnal         : http.h 

Log message:
                * backend/render_handler_agg_bitmap.h,
                  backend/render_handler_agg_style.h,
                  libgeometry/snappingrange.h,
                  cygnal/http.h: don't use 'using namespace'
                  directive in headers !

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3542&r2=1.3543
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg_bitmap.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg_style.h?cvsroot=gnash&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/gnash/libgeometry/snappingrange.h?cvsroot=gnash&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/http.h?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3542
retrieving revision 1.3543
diff -u -b -r1.3542 -r1.3543
--- ChangeLog   14 Jun 2007 13:58:28 -0000      1.3542
+++ ChangeLog   14 Jun 2007 15:55:19 -0000      1.3543
@@ -1,5 +1,13 @@
 2007-06-14 Sandro Santilli <address@hidden>
 
+       * backend/render_handler_agg_bitmap.h,
+         backend/render_handler_agg_style.h,
+         libgeometry/snappingrange.h,
+         cygnal/http.h: don't use 'using namespace'
+         directive in headers !
+
+2007-06-14 Sandro Santilli <address@hidden>
+
        * testsuite/actionscript.all/Function.as: test local vars scope of
          outer function to be kept alive by inner functions.
        * libbase/ref_counted.h: made destructor protected, to ensure no 

Index: backend/render_handler_agg_bitmap.h
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_agg_bitmap.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- backend/render_handler_agg_bitmap.h 28 May 2007 15:40:57 -0000      1.4
+++ backend/render_handler_agg_bitmap.h 14 Jun 2007 15:55:19 -0000      1.5
@@ -24,8 +24,6 @@
 // This include file used only to make render_handler_agg more readable.
 
 
-using namespace gnash;
-
 namespace gnash {
 
 /// Bitmap class used internally by the AGG renderer. There's no reason to

Index: backend/render_handler_agg_style.h
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_agg_style.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- backend/render_handler_agg_style.h  28 May 2007 15:40:57 -0000      1.17
+++ backend/render_handler_agg_style.h  14 Jun 2007 15:55:19 -0000      1.18
@@ -34,8 +34,6 @@
 //#define DEBUG_LIMIT_COLOR_ALPHA 
 
 
-using namespace gnash;
-
 namespace gnash {
 
 /// Internal style class that represents a fill style. Roughly speaking, AGG 

Index: libgeometry/snappingrange.h
===================================================================
RCS file: /sources/gnash/gnash/libgeometry/snappingrange.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- libgeometry/snappingrange.h 7 Jun 2007 12:24:34 -0000       1.22
+++ libgeometry/snappingrange.h 14 Jun 2007 15:55:19 -0000      1.23
@@ -16,7 +16,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 // 
-// $Id: snappingrange.h,v 1.22 2007/06/07 12:24:34 strk Exp $
+// $Id: snappingrange.h,v 1.23 2007/06/14 15:55:19 strk Exp $
 
 #ifndef GNASH_SNAPPINGRANGE_H
 #define GNASH_SNAPPINGRANGE_H
@@ -29,8 +29,6 @@
 #include <vector>
 #include "Range2d.h"
 
-using namespace gnash;
-
 namespace gnash {
 
 namespace geometry {

Index: cygnal/http.h
===================================================================
RCS file: /sources/gnash/gnash/cygnal/http.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- cygnal/http.h       28 May 2007 15:40:58 -0000      1.4
+++ cygnal/http.h       14 Jun 2007 15:55:20 -0000      1.5
@@ -29,8 +29,8 @@
 #include <map>
 #include "network.h"
 
+// FIXME: don't use 'using namespace' in headers !
 using namespace std;
-using namespace gnash;
 
 namespace cygnal
 {




reply via email to

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