From a9ffe609a8f6af668eebda668efd8e04a8989ef6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 26 Dec 2018 23:02:50 +0300 Subject: - icqoscar8 moved to deprecated; - Icq10 is used now as a ICQ protocol; - solutions updated --- protocols/IcqOscarJ/src/icqosc_svcs.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 protocols/IcqOscarJ/src/icqosc_svcs.h (limited to 'protocols/IcqOscarJ/src/icqosc_svcs.h') diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.h b/protocols/IcqOscarJ/src/icqosc_svcs.h deleted file mode 100644 index 96ed6ca2ae..0000000000 --- a/protocols/IcqOscarJ/src/icqosc_svcs.h +++ /dev/null @@ -1,35 +0,0 @@ -// ---------------------------------------------------------------------------80 -// ICQ plugin for Miranda Instant Messenger -// ________________________________________ -// -// Copyright © 2000-2001 Richard Hughes, Roland Rabien, Tristan Van de Vreede -// Copyright © 2001-2002 Jon Keating, Richard Hughes -// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater -// Copyright © 2004-2008 Joe Kucera -// Copyright © 2012-2018 Miranda NG team -// -// 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// ----------------------------------------------------------------------------- - -#ifndef __ICQOSC_SVCS_H -#define __ICQOSC_SVCS_H - - -#define ICQ_DB_GETEVENTTEXT_MISSEDMESSAGE "ICQ/GetEventTextMissedMessage" - -INT_PTR icq_getEventTextMissedMessage(WPARAM wParam, LPARAM lParam); - - -#endif /* __ICQOSC_SVCS_H */ -- cgit v1.2.3