[atlantik-cvs] CVS: kdegames/atlantik/libatlantikclient atlantik_network.cpp,1.70,1.71 atlantik_network.h,1.37,1.38

[email protected]
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantikclient
In directory office:/tmp/cvs-serv26460/libatlantikclient

Modified Files:
	atlantik_network.cpp atlantik_network.h 
Log Message:
support for custom tokens

Index: atlantik_network.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- atlantik_network.cpp	14 Dec 2002 01:04:03 -0000	1.70
+++ atlantik_network.cpp	19 Dec 2002 03:11:08 -0000	1.71
@@ -186,6 +186,13 @@
 	writeData(msg);
 }
 
+void AtlantikNetwork::setImage(const QString &name)
+{
+	QString msg(".pi");
+	msg.append(name);
+	writeData(msg);
+}
+
 void AtlantikNetwork::jailPay()
 {
 	writeData(".jp");

Index: atlantik_network.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- atlantik_network.h	14 Dec 2002 01:04:03 -0000	1.37
+++ atlantik_network.h	19 Dec 2002 03:11:08 -0000	1.38
@@ -63,6 +63,7 @@
 	void tradeReject(Trade *trade);
 	void tradeAccept(Trade *trade);
 	void auctionBid(Auction *auction, int amount);
+	void setImage(const QString &name);
 
 public slots:
 	void serverConnect(const QString host, int port);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.