From 695ba522f1ff9d037a70c6cb94c68c52f94e1969 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 17 Aug 2013 06:45:38 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@5723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/testclient/test.h | 60 ----------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 protocols/Xfire/src/testclient/test.h (limited to 'protocols/Xfire/src/testclient/test.h') diff --git a/protocols/Xfire/src/testclient/test.h b/protocols/Xfire/src/testclient/test.h deleted file mode 100644 index 55af5d6f4a..0000000000 --- a/protocols/Xfire/src/testclient/test.h +++ /dev/null @@ -1,60 +0,0 @@ -/* - * xfirelib - C++ Library for the xfire protocol. - * Copyright (C) 2006 by - * Beat Wolf / http://gfire.sf.net - * Herbert Poul / http://goim.us - * http://xfirelib.sphene.net - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#ifndef __TEST_H -#define __TEST_H - -#include -#include -#include "../packetlistener.h" -#include "../xfirepacket.h" -#include "../client.h" -#include "../inviterequestpacket.h" - -namespace xfirelibtest { - using namespace std; - using namespace xfirelib; - - class XFireTestClient : public PacketListener { - - public: - XFireTestClient(string username, string password); - ~XFireTestClient(); - void run(); - - void receivedPacket(XFirePacket *packet); - - private: - vector explodeString(string s, string e); - string joinString(vector s, int startindex, int endindex=-1, string delimiter=" "); - void printBuddyList(); - - Client *client; - string *lastInviteRequest; - - string username; - string password; - }; -}; - - -#endif -- cgit v1.2.3