From 09476981eccbcae37ef4526f3fbcb18fca686ffa Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 4 Jun 2013 06:02:58 +0000 Subject: changed status for skypeout contacts git-svn-id: http://svn.miranda-ng.org/main/trunk@4878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'protocols/Skype/src/skype_proto.cpp') diff --git a/protocols/Skype/src/skype_proto.cpp b/protocols/Skype/src/skype_proto.cpp index af42905023..455979e506 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -193,8 +193,8 @@ int __cdecl CSkypeProto::FileCancel( HANDLE hContact, HANDLE hTransfer ) return 1; } -int __cdecl CSkypeProto::FileDeny( HANDLE hContact, HANDLE hTransfer, const TCHAR* szReason ) -{ +int __cdecl CSkypeProto::FileDeny( HANDLE hContact, HANDLE hTransfer, const TCHAR* szReason ) +{ uint oid = (uint)hTransfer; MessageRef message(oid); @@ -209,12 +209,12 @@ int __cdecl CSkypeProto::FileDeny( HANDLE hContact, HANDLE hTransfer, const T } } - return 1; + return 1; } -int __cdecl CSkypeProto::FileResume( HANDLE hTransfer, int* action, const TCHAR** szFilename ) -{ - return 0; +int __cdecl CSkypeProto::FileResume( HANDLE hTransfer, int* action, const TCHAR** szFilename ) +{ + return 0; } DWORD_PTR __cdecl CSkypeProto:: GetCaps(int type, HANDLE hContact) @@ -226,12 +226,12 @@ DWORD_PTR __cdecl CSkypeProto:: GetCaps(int type, HANDLE hContact) PF1_AUTHREQ | PF1_CHAT | PF1_SERVERCLIST | PF1_CONTACT/* | PF1_ADDSEARCHRES*/; case PFLAGNUM_2: case PFLAGNUM_3: - return PF2_ONLINE | PF2_SHORTAWAY | PF2_HEAVYDND | PF2_INVISIBLE | PF2_OUTTOLUNCH; + return PF2_ONLINE | PF2_SHORTAWAY | PF2_HEAVYDND | PF2_INVISIBLE | PF2_ONTHEPHONE; case PFLAGNUM_4: return PF4_FORCEAUTH | PF4_FORCEADDED | PF4_SUPPORTTYPING | PF4_AVATARS | /*PF4_OFFLINEFILES | */PF4_IMSENDUTF | PF4_IMSENDOFFLINE | PF4_NOAUTHDENYREASON; case PFLAGNUM_5: - return PF2_OUTTOLUNCH; + return PF2_ONTHEPHONE; case PFLAG_UNIQUEIDTEXT: return (DWORD_PTR)::Translate("Skype Name"); case PFLAG_MAXCONTACTSPERPACKET: -- cgit v1.2.3