From 2ec2fe72f5754f59363335f9d5578600022661a1 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 26 Apr 2012 20:02:14 +0000 Subject: FacebookRM: version bump Version 0.0.8.1 ! Fixed getting notifications on login ! Fixed getting unread messages on login ! Getting unread messages on login with right timestamp ! Fixed getting newsfeeds ! Fixed related to deleting contacts from miranda/server + New newsfeed type option "Applications and Games" + Contacts now have MirVer "Facebook" (for Fingerpring plugin) + Getting attachements for unread messages on login ! Fixed avatars in Miranda 0.10.0#3 and newer (thanks borkra) ! Some small fixes (thanks borkra) x Doesn't work notification about friend requests git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@289 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- FacebookRM/proto.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'FacebookRM/proto.cpp') diff --git a/FacebookRM/proto.cpp b/FacebookRM/proto.cpp index 12dfd27..692de07 100644 --- a/FacebookRM/proto.cpp +++ b/FacebookRM/proto.cpp @@ -226,16 +226,6 @@ void FacebookProto::SetAwayMsgWorker(void *) ////////////////////////////////////////////////////////////////////////////// // SERVICES -int FacebookProto::GetStatus( WPARAM wParam, LPARAM lParam ) -{ - return m_iStatus; -} - -int FacebookProto::SetStatus( WPARAM wParam, LPARAM lParam ) -{ - return SetStatus( (int)wParam ); -} - int FacebookProto::GetMyAwayMsg( WPARAM wParam, LPARAM lParam ) { DBVARIANT dbv = { DBVT_TCHAR }; @@ -296,12 +286,6 @@ int FacebookProto::OnEvent(PROTOEVENTTYPE event,WPARAM wParam,LPARAM lParam) ////////////////////////////////////////////////////////////////////////////// // EVENTS -int FacebookProto::GetName( WPARAM wParam, LPARAM lParam ) -{ - lstrcpynA(reinterpret_cast(lParam),m_szProtoName,wParam); - return 0; -} - int FacebookProto::SvcCreateAccMgrUI(WPARAM wParam,LPARAM lParam) { return (int)CreateDialogParam(g_hInstance,MAKEINTRESOURCE(IDD_FACEBOOKACCOUNT), -- cgit v1.2.3