eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot/game turn.h turn.cpp


From: eliot-dev
Subject: [Eliot-dev] eliot/game turn.h turn.cpp
Date: Mon, 26 Dec 2005 15:53:37 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Branch:         
Changes by:     Antoine Fraboulet <address@hidden>      05/12/26 15:53:37

Modified files:
        game           : turn.h turn.cpp 

Log message:
        - re-enabling toString()

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/game/turn.h.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/eliot/eliot/game/turn.cpp.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: eliot/game/turn.cpp
diff -u eliot/game/turn.cpp:1.6 eliot/game/turn.cpp:1.7
--- eliot/game/turn.cpp:1.6     Sun Nov  6 17:13:45 2005
+++ eliot/game/turn.cpp Mon Dec 26 15:53:37 2005
@@ -44,6 +44,7 @@
     pldrack = iOther.pldrack;
     round   = iOther.round;
 }
+#endif
 
 
 string Turn::toString(bool iShowExtraSigns) const
@@ -56,7 +57,6 @@
     rs = rs + m_pldrack.toString() + " " + m_round.toString();
     return rs;
 }
-#endif
 
 
 /// Local Variables:
Index: eliot/game/turn.h
diff -u eliot/game/turn.h:1.5 eliot/game/turn.h:1.6
--- eliot/game/turn.h:1.5       Sun Nov  6 17:13:45 2005
+++ eliot/game/turn.h   Mon Dec 26 15:53:37 2005
@@ -48,8 +48,8 @@
 
 #if 0
     void operator=(const Turn &iOther);
-    string toString(bool iShowExtraSigns = false) const;
 #endif
+    string toString(bool iShowExtraSigns = false) const;
 
 private:
     int        m_num;




reply via email to

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