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

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp,1.113,1.114 atlantik.h,1.47,1.48
From:       kde () office ! kde ! org
Date:       2002-07-28 1:11:46
[Download RAW message or body]

Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv24582/client

Modified Files:
	atlantik.cpp atlantik.h 
Log Message:
hopefully fixing trades for my #kde-freebsd guinea pigs :)

Index: atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- atlantik.cpp	2002/07/27 00:44:56	1.113
+++ atlantik.cpp	2002/07/28 01:11:43	1.114
@@ -193,7 +193,7 @@
 	m_board->addEstateView(estate, m_config.indicateUnowned, m_config.highliteUnowned, \
m_config.darkenMortgaged, m_config.quartzEffects);  }
 
-void Atlantik::createGUI(Trade *trade)
+void Atlantik::newTrade(Trade *trade)
 {
 	TradeDisplay *tradeDisplay = new TradeDisplay(trade, m_atlanticCore, 0, \
"tradeDisplay");  m_tradeGUIMap[trade] = tradeDisplay;
@@ -490,7 +490,7 @@
 
 	connect(m_atlantikNetwork, SIGNAL(newPlayer(Player *)), this, SLOT(newPlayer(Player \
*)));  connect(m_atlantikNetwork, SIGNAL(newEstate(Estate *)), this, \
                SLOT(newEstate(Estate *)));
-	connect(m_atlantikNetwork, SIGNAL(newTrade(Trade *)), this, SLOT(createGUI(Trade \
*))); +	connect(m_atlantikNetwork, SIGNAL(newTrade(Trade *)), this, \
SLOT(newTrade(Trade *)));  connect(m_atlantikNetwork, SIGNAL(newAuction(Auction *)), \
this, SLOT(newAuction(Auction *)));  
 	if (m_selectServer)

Index: atlantik.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- atlantik.h	2002/07/23 10:31:17	1.47
+++ atlantik.h	2002/07/28 01:11:43	1.48
@@ -169,7 +169,7 @@
 
 	void newPlayer(Player *player);
 	void newEstate(Estate *estate);
-	void createGUI(Trade *trade);
+	void newTrade(Trade *trade);
 	void newAuction(Auction *auction);
 
 	void removeGUI(Trade *trade);

_______________________________________________
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