[prev in list] [next in list] [prev in thread] [next in thread] 

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/libatlantic trade.cpp,1.16,1.17
From:       kde () office ! kde ! org
Date:       2002-07-14 10:53:27
[Download RAW message or body]

Update of /home/kde/kdegames/atlantik/libatlantic
In directory office:/tmp/cvs-serv15525/libatlantic

Modified Files:
	trade.cpp 
Log Message:
less debugging

Index: trade.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantic/trade.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- trade.cpp	2002/07/09 19:29:50	1.16
+++ trade.cpp	2002/07/14 10:53:22	1.17
@@ -14,8 +14,6 @@
 // the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 // Boston, MA 02111-1307, USA.
 
-#include <iostream>
-
 #include "trade.h"
 #include "trade.moc"
 #include "player.h"
@@ -52,7 +50,6 @@
 
 void Trade::updateEstate(Estate *estate, Player *to)
 {
-	std::cout << "Trade::updateEstate" << std::endl;	
 	TradeEstate *t=0;
 	
 	for (QPtrListIterator<TradeItem> i(mTradeItems); *i; ++i)
@@ -94,7 +91,6 @@
 
 void Trade::updateMoney(unsigned int money, Player *from, Player *to)
 {
-	std::cout << "Trade::updateMoney" << std::endl;	
 	TradeMoney *t=0;
 	
 	for (QPtrListIterator<TradeItem> i(mTradeItems); *i; ++i)
@@ -186,7 +182,6 @@
 	if (m_money != money)
 	{
 		m_money = money;
-		std::cout << "TradeMoney::changed()" << std::endl;
 		emit changed(this);
 	}
 }

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic