From 89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 29 Nov 2017 09:33:41 +0300 Subject: libevent, telegram, whatsapp moved to deprecated coz doesn't work --- protocols/WhatsApp/src/entities.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 protocols/WhatsApp/src/entities.h (limited to 'protocols/WhatsApp/src/entities.h') diff --git a/protocols/WhatsApp/src/entities.h b/protocols/WhatsApp/src/entities.h deleted file mode 100644 index 7ed362990e..0000000000 --- a/protocols/WhatsApp/src/entities.h +++ /dev/null @@ -1,34 +0,0 @@ -#if !defined(ENTITIES_H) -#define ENTITIES_H - -struct send_direct -{ - send_direct(MCONTACT hContact, const std::string &msg, HANDLE msgid) : - hContact(hContact), msg(msg), msgid(msgid) - {} - - MCONTACT hContact; - std::string msg; - HANDLE msgid; -}; - -struct input_box -{ - wstring text; - wstring title; - wstring defaultValue; - int limit; - - void(__cdecl WhatsAppProto::*thread)(void*); - WhatsAppProto *proto; - void *userData; -}; - -struct input_box_ret // has to be deleted by input-box handler -{ - void *userData; // has to be deleted by input-box handler - char *value; // mir_free() has to be called by input-box handler -}; - - -#endif // ENTITIES_H \ No newline at end of file -- cgit v1.2.3