/[eliot]/eliot/game/turn.cpp
ViewVC logotype

Diff of /eliot/game/turn.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by ipkiss, Sun Oct 23 14:53:43 2005 UTC revision 1.3 by ipkiss, Fri Nov 4 20:00:06 2005 UTC
# Line 17  Line 17 
17  /* along with this program; if not, write to the Free Software               */  /* along with this program; if not, write to the Free Software               */
18  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
19    
 /* $Id$ */  
   
20  /**  /**
21   *  \file   turn.cpp   *  \file   turn.cpp
22   *  \brief  Game turn (= id + pldrack + round)   *  \brief  Game turn (= id + pldrack + round)
23   *  \author Antoine Fraboulet   *  \author Antoine Fraboulet
24   *  \date   2005   *  \date   2005
25   */   */
# Line 38  Turn::Turn() Line 36  Turn::Turn()
36      pldrack = PlayedRack();      pldrack = PlayedRack();
37      round   = Round();      round   = Round();
38  }  }
39        
40    
41  Turn::~Turn()  Turn::~Turn()
42  {  {
# Line 92  Round Turn::getRound() const Line 90  Round Turn::getRound() const
90  }  }
91    
92    
93  void  void
94  Turn::operator=(const Turn &iOther)  Turn::operator=(const Turn &iOther)
95  {  {
96      num     = iOther.num;      num     = iOther.num;
# Line 101  Turn::operator=(const Turn &iOther) Line 99  Turn::operator=(const Turn &iOther)
99  }  }
100    
101    
102  string  string
103  Turn::toString(bool showExtraSigns) const  Turn::toString(bool showExtraSigns) const
104  {  {
105      string rs = "";      string rs = "";

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26