eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/duplicate.h [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/duplicate.h [antoine-1]
Date: Sun, 23 Oct 2005 16:58:51 -0400

Index: eliot/game/duplicate.h
diff -u eliot/game/duplicate.h:1.9.2.2 eliot/game/duplicate.h:1.9.2.3
--- eliot/game/duplicate.h:1.9.2.2      Sun Oct 23 18:44:43 2005
+++ eliot/game/duplicate.h      Sun Oct 23 20:58:20 2005
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *****************************************************************************/
 
-/* $Id: duplicate.h,v 1.9.2.2 2005/10/23 18:44:43 afrab Exp $ */
-
 #ifndef _DUPLICATE_H_
 #define _DUPLICATE_H_
 
@@ -55,8 +53,9 @@
     /*************************
      * Game handling
      *************************/
-    virtual int play(int player, Round& round);
+    virtual int play(int player, Round& oRound);
     virtual int back();
+    using Game::back;
 
 private:
     // Private constructor and destructor to force using the GameFactory class




reply via email to

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