diff options
author | George Hazan <george.hazan@gmail.com> | 2016-02-09 12:21:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-02-09 12:21:12 +0000 |
commit | fd8fdaa7ade16132fd3f23db5b0727e3615038ad (patch) | |
tree | 7b3f216bfe6edbe91b166cb67fb24fee2ae3e8cd /protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h | |
parent | a2e3d77c3aa849f3dd29be0ef114f9ea7e126146 (diff) |
- code cleaning;
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@16250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h b/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h index 3ae7932e95..b017df8cdc 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h +++ b/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h @@ -16,7 +16,6 @@ public: virtual int read(unsigned char*, int length) = 0;
virtual int read(std::vector<unsigned char>& b, int off, int length) = 0;
virtual void makeNonBlock() = 0;
- virtual int waitForRead() = 0;
virtual void forceShutdown() = 0;
virtual void log(const char *prefix, const char *str) = 0;
|