adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src screen.cc,1.12.2.1,1.12.2.2 chara


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src screen.cc,1.12.2.1,1.12.2.2 character_base.cc,1.10,1.10.2.1
Date: Thu, 11 Apr 2002 10:21:04 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv5536

Modified Files:
      Tag: Branch_road_to_0-4
        screen.cc character_base.cc 
Log Message:
Oops. Forgot to fix these two ones.


Index: screen.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/screen.cc,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -C2 -r1.12.2.1 -r1.12.2.2
*** screen.cc   19 Feb 2002 19:40:09 -0000      1.12.2.1
--- screen.cc   11 Apr 2002 14:21:00 -0000      1.12.2.2
***************
*** 26,32 ****
  #include <strstream> 
  
! 
! using namespace std; 
! 
  
  surface screen::display; 
--- 26,33 ----
  #include <strstream> 
  
! using std::cout;
! using std::ostrstream;
! using std::endl;
! using std::ends;
  
  surface screen::display; 

Index: character_base.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/character_base.cc,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -C2 -r1.10 -r1.10.2.1
*** character_base.cc   2 Nov 2001 13:19:34 -0000       1.10
--- character_base.cc   11 Apr 2002 14:21:00 -0000      1.10.2.1
***************
*** 27,33 ****
  #include <iostream.h>
  
- using namespace std; 
- 
- 
  character_base::character_base ()
  {
--- 27,30 ----




reply via email to

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