summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/stubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Twitter/src/stubs.cpp')
-rw-r--r--protocols/Twitter/src/stubs.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/protocols/Twitter/src/stubs.cpp b/protocols/Twitter/src/stubs.cpp
index da781eda1a..c62ae86147 100644
--- a/protocols/Twitter/src/stubs.cpp
+++ b/protocols/Twitter/src/stubs.cpp
@@ -32,12 +32,12 @@ int TwitterProto::AuthDeny(HANDLE hDbEvent,const TCHAR *reason)
return 1;
}
-int TwitterProto::AuthRecv(HANDLE hContact,PROTORECVEVENT *)
+int TwitterProto::AuthRecv(HCONTACT hContact,PROTORECVEVENT *)
{
return 1;
}
-int TwitterProto::AuthRequest(HANDLE hContact,const TCHAR *message)
+int TwitterProto::AuthRequest(HCONTACT hContact,const TCHAR *message)
{
return 1;
}
@@ -48,17 +48,17 @@ HANDLE TwitterProto::ChangeInfo(int type,void *info_data)
return NULL;
}
-HANDLE TwitterProto::FileAllow(HANDLE hContact,HANDLE hTransfer,const TCHAR *path)
+HANDLE TwitterProto::FileAllow(HCONTACT hContact,HANDLE hTransfer,const TCHAR *path)
{
return NULL;
}
-int TwitterProto::FileCancel(HANDLE hContact,HANDLE hTransfer)
+int TwitterProto::FileCancel(HCONTACT hContact,HANDLE hTransfer)
{
return 1;
}
-int TwitterProto::FileDeny(HANDLE hContact,HANDLE hTransfer,const TCHAR *reason)
+int TwitterProto::FileDeny(HCONTACT hContact,HANDLE hTransfer,const TCHAR *reason)
{
return 1;
}
@@ -83,42 +83,42 @@ HWND TwitterProto::CreateExtendedSearchUI(HWND owner)
return NULL;
}
-int TwitterProto::RecvContacts(HANDLE hContact,PROTORECVEVENT *)
+int TwitterProto::RecvContacts(HCONTACT hContact,PROTORECVEVENT *)
{
return 1;
}
-int TwitterProto::RecvFile(HANDLE hContact,PROTORECVFILET *)
+int TwitterProto::RecvFile(HCONTACT hContact,PROTORECVFILET *)
{
return 1;
}
-int TwitterProto::RecvUrl(HANDLE hContact,PROTORECVEVENT *)
+int TwitterProto::RecvUrl(HCONTACT hContact,PROTORECVEVENT *)
{
return 1;
}
-int TwitterProto::SendContacts(HANDLE hContact,int flags,int nContacts,HANDLE *hContactsList)
+int TwitterProto::SendContacts(HCONTACT hContact, int flags, int nContacts, HCONTACT *hContactsList)
{
return 1;
}
-HANDLE TwitterProto::SendFile(HANDLE hContact,const TCHAR *desc, TCHAR **files)
+HANDLE TwitterProto::SendFile(HCONTACT hContact,const TCHAR *desc, TCHAR **files)
{
return NULL;
}
-int TwitterProto::SendUrl(HANDLE hContact,int flags,const char *url)
+int TwitterProto::SendUrl(HCONTACT hContact,int flags,const char *url)
{
return 1;
}
-int TwitterProto::SetApparentMode(HANDLE hContact,int mode)
+int TwitterProto::SetApparentMode(HCONTACT hContact,int mode)
{
return 1;
}
-int TwitterProto::RecvAwayMsg(HANDLE hContact,int mode,PROTORECVEVENT *evt)
+int TwitterProto::RecvAwayMsg(HCONTACT hContact,int mode,PROTORECVEVENT *evt)
{
return 1;
}
@@ -128,7 +128,7 @@ int TwitterProto::SetAwayMsg(int status,const TCHAR *msg)
return 1;
}
-int TwitterProto::UserIsTyping(HANDLE hContact,int type)
+int TwitterProto::UserIsTyping(HCONTACT hContact,int type)
{
return 1;
} \ No newline at end of file