pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions basher.cxx,1.24,1.25 bridger


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions basher.cxx,1.24,1.25 bridger.cxx,1.25,1.26
Date: 29 Dec 2002 23:29:03 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/actions
In directory dark:/tmp/cvs-serv4084/actions

Modified Files:
        basher.cxx bridger.cxx 
Log Message:
cleanup


Index: basher.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/basher.cxx,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- basher.cxx  2 Nov 2002 17:43:10 -0000       1.24
+++ basher.cxx  29 Dec 2002 23:29:01 -0000      1.25
@@ -26,8 +26,6 @@
 #include "../world.hxx"
 #include "basher.hxx"
 
-using namespace std;
-
 namespace Actions {
 
 Basher::Basher (Pingu* p) 
@@ -166,7 +164,7 @@
        }
     }
 
-  cout << "nothing to dig found" << endl;
+  std::cout << "nothing to dig found" << std::endl;
   return false;
 }
 

Index: bridger.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bridger.cxx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- bridger.cxx 21 Oct 2002 23:58:27 -0000      1.25
+++ bridger.cxx 29 Dec 2002 23:29:01 -0000      1.26
@@ -28,8 +28,6 @@
 #include "../world.hxx"
 #include "bridger.hxx"
 
-using namespace std;
-
 namespace Actions {
 
 // Initialise class static




reply via email to

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