gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12079: Remove 'using namespace std'


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12079: Remove 'using namespace std' from the global namespace.
Date: Fri, 19 Mar 2010 05:38:17 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12079
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-19 05:38:17 +0100
message:
  Remove 'using namespace std' from the global namespace.
modified:
  plugin/mozilla-sdk/include/jni.h
  plugin/mozilla-sdk/include/prtypes.h
  utilities/processor.cpp
=== modified file 'plugin/mozilla-sdk/include/jni.h'
--- a/plugin/mozilla-sdk/include/jni.h  2010-01-11 06:41:38 +0000
+++ b/plugin/mozilla-sdk/include/jni.h  2010-03-19 04:38:17 +0000
@@ -23,9 +23,6 @@
 #include <cstdio>
 #include <cstdarg>
 
-
-using namespace std;
-
 /* jni_md.h contains the machine-dependent typedefs for jbyte, jint 
    and jlong */ 
 

=== modified file 'plugin/mozilla-sdk/include/prtypes.h'
--- a/plugin/mozilla-sdk/include/prtypes.h      2010-01-11 06:41:38 +0000
+++ b/plugin/mozilla-sdk/include/prtypes.h      2010-03-19 04:38:17 +0000
@@ -41,7 +41,6 @@
 #endif
 
 #include <cstddef>
-using namespace std;
 
 /***********************************************************************
 ** MACROS:      PR_EXTERN

=== modified file 'utilities/processor.cpp'
--- a/utilities/processor.cpp   2010-03-11 01:47:08 +0000
+++ b/utilities/processor.cpp   2010-03-19 04:38:17 +0000
@@ -104,7 +104,6 @@
 
 const char *GPROC_VERSION = "1.0";
 
-using namespace std;
 using namespace gnash;
 
 static void usage (const char *);


reply via email to

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