From 135a8c9447ca19c4d609373b228bd096a2ae2ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sat, 22 Sep 2007 01:01:10 +0200 Subject: Added namespaces --- tableau.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tableau.cpp') diff --git a/tableau.cpp b/tableau.cpp index a53f4d8..07a50fd 100644 --- a/tableau.cpp +++ b/tableau.cpp @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: tableau.cpp 94 2007-09-20 23:43:48Z tom $ + * $Id: tableau.cpp 95 2007-09-21 23:01:10Z tom $ */ #include "tableau.h" @@ -25,8 +25,10 @@ #include "heap.h" #include "history.h" +using namespace Spider; -/** --- class Tableau ------------------------------------------------------ **/ + +//--- class Spider::Tableau ---------------------------------------------------- /** Constructor */ Tableau::Tableau(Deck& deck, int pileCount, int finalCount, int deals) : -- cgit v1.2.3