gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog cygnal/http.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog cygnal/http.h
Date: Thu, 14 Jun 2007 16:34:02 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/14 16:34:02

Modified files:
        .              : ChangeLog 
        cygnal         : http.h 

Log message:
                * gui/gnash.cpp: add using namespace gnash here, since we're
                  out of the gnash namespace.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3544&r2=1.3545
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/http.h?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3544
retrieving revision 1.3545
diff -u -b -r1.3544 -r1.3545
--- ChangeLog   14 Jun 2007 16:08:15 -0000      1.3544
+++ ChangeLog   14 Jun 2007 16:34:01 -0000      1.3545
@@ -1,5 +1,10 @@
 2007-06-14 Sandro Santilli <address@hidden>
 
+       * cyngal/http.h: fix gnash::Network referencing, drop
+         'using namespace std'
+
+2007-06-14 Sandro Santilli <address@hidden>
+
        * gui/gnash.cpp: add using namespace gnash here, since we're
          out of the gnash namespace.
        * backend/render_handler_agg_bitmap.h,

Index: cygnal/http.h
===================================================================
RCS file: /sources/gnash/gnash/cygnal/http.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- cygnal/http.h       14 Jun 2007 15:55:20 -0000      1.5
+++ cygnal/http.h       14 Jun 2007 16:34:02 -0000      1.6
@@ -23,19 +23,17 @@
 #include "config.h"
 #endif
 
+#include "network.h"
+
 #include <boost/date_time/posix_time/posix_time.hpp> //include all types plus 
i/o
 
 #include <string>
 #include <map>
-#include "network.h"
-
-// FIXME: don't use 'using namespace' in headers !
-using namespace std;
 
 namespace cygnal
 {
     
-class HTTP : public Network
+class HTTP : public gnash::Network
 {
 public:
     typedef enum {




reply via email to

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