eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/turn.cpp


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/turn.cpp
Date: Fri, 04 Nov 2005 15:00:51 -0500

Index: eliot/game/turn.cpp
diff -u eliot/game/turn.cpp:1.2 eliot/game/turn.cpp:1.3
--- eliot/game/turn.cpp:1.2     Sun Oct 23 14:53:43 2005
+++ eliot/game/turn.cpp Fri Nov  4 20:00:06 2005
@@ -17,11 +17,9 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: turn.cpp,v 1.2 2005/10/23 14:53:43 ipkiss Exp $ */
-
 /**
  *  \file   turn.cpp
- *  \brief  Game turn (= id + pldrack + round) 
+ *  \brief  Game turn (= id + pldrack + round)
  *  \author Antoine Fraboulet
  *  \date   2005
  */
@@ -38,7 +36,7 @@
     pldrack = PlayedRack();
     round   = Round();
 }
-    
+
 
 Turn::~Turn()
 {
@@ -92,7 +90,7 @@
 }
 
 
-void 
+void
 Turn::operator=(const Turn &iOther)
 {
     num     = iOther.num;
@@ -101,7 +99,7 @@
 }
 
 
-string 
+string
 Turn::toString(bool showExtraSigns) const
 {
     string rs = "";




reply via email to

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