diff options
| author | Vincent Richard <[email protected]> | 2009-12-01 14:23:26 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2009-12-01 14:23:26 +0100 |
| commit | bff027cfa02cfe575f10cc43985319e6f7f2c0bc (patch) | |
| tree | cfba60dc0ddb807fb81dba38ae586fa8f1d4e18b /tests/testUtils.hpp | |
| parent | Added block size on sockets to allow different buffer size for SSL. (diff) | |
| download | vmime-bff027cfa02cfe575f10cc43985319e6f7f2c0bc.tar.gz vmime-bff027cfa02cfe575f10cc43985319e6f7f2c0bc.zip | |
Fixed missing function.
Diffstat (limited to 'tests/testUtils.hpp')
| -rw-r--r-- | tests/testUtils.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp index 96daba82..227d1b36 100644 --- a/tests/testUtils.hpp +++ b/tests/testUtils.hpp @@ -216,6 +216,8 @@ public: int receiveRaw(char* buffer, const int count); void sendRaw(const char* buffer, const int count); + size_type getBlockSize() const; + /** Send data to client. * * @buffer data to send |
