[atlantik-cvs] CVS: kdegames/atlantik/libatlantikclient atlantik_network.h,1.51,1.52

[email protected] Sun, 27 Jun 2004 18:04:46 +0200
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantikclient
In directory office:/tmp/cvs-serv539/libatlantikclient

Modified Files:
	atlantik_network.h 
Log Message:
Backport from development tree:

Warn on intended close/quit, if user confirms, properly withdraw from game
first. Avoids that other players have to wait three minutes for the
reconnection timeout to expire.


Index: atlantik_network.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- atlantik_network.h	30 May 2004 16:02:09 -0000	1.51
+++ atlantik_network.h	27 Jun 2004 16:04:44 -0000	1.52
@@ -49,7 +49,6 @@
 	void newGame(const QString &gameType);
 	void reconnect(const QString &cookie);
 	void startGame();
-	void leaveGame();
 	void buyEstate();
 	void auctionEstate();
 	void estateToggleMortgage(Estate *estate);
@@ -75,6 +74,7 @@
 public slots:
 	void serverConnect(const QString host, int port);
 	void joinGame(int gameId);
+	void leaveGame();
 	void slotRead();
 
 signals: