[Scummvm-cvs-logs] SF.net SVN: scummvm:[53263] scummvm/trunk/engines/sword25

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 01:07:55 CEST 2010


Revision: 53263
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53263&view=rev
Author:   sev
Date:     2010-10-12 23:07:55 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Removed now redundant 'using namespace std' lines

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/graphicengine.cpp
    scummvm/trunk/engines/sword25/gfx/screenshot.cpp
    scummvm/trunk/engines/sword25/kernel/persistenceservice.cpp

Modified: scummvm/trunk/engines/sword25/gfx/graphicengine.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/graphicengine.cpp	2010-10-12 23:07:29 UTC (rev 53262)
+++ scummvm/trunk/engines/sword25/gfx/graphicengine.cpp	2010-10-12 23:07:55 UTC (rev 53263)
@@ -51,7 +51,6 @@
 
 namespace Sword25 {
 
-using namespace std;
 using namespace Lua;
 
 static const unsigned int FRAMETIME_SAMPLE_COUNT = 5;       // Anzahl der Framezeiten \xFCber die, die Framezeit gemittelt wird

Modified: scummvm/trunk/engines/sword25/gfx/screenshot.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/screenshot.cpp	2010-10-12 23:07:29 UTC (rev 53262)
+++ scummvm/trunk/engines/sword25/gfx/screenshot.cpp	2010-10-12 23:07:55 UTC (rev 53263)
@@ -43,8 +43,6 @@
 
 namespace Sword25 {
 
-using namespace std;
-
 // -----------------------------------------------------------------------------
 
 struct RGB_PIXEL {

Modified: scummvm/trunk/engines/sword25/kernel/persistenceservice.cpp
===================================================================
--- scummvm/trunk/engines/sword25/kernel/persistenceservice.cpp	2010-10-12 23:07:29 UTC (rev 53262)
+++ scummvm/trunk/engines/sword25/kernel/persistenceservice.cpp	2010-10-12 23:07:55 UTC (rev 53263)
@@ -49,8 +49,6 @@
 #include "sword25/script/script.h"
 #include <zlib.h>
 
-using namespace std;
-
 #define BS_LOG_PREFIX "PERSISTENCESERVICE"
 
 // -----------------------------------------------------------------------------


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list