mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
support for FIFOBuffer in StreamSocket::read/writeBytes()
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
void testEcho();
|
||||
void testPoll();
|
||||
void testAvailable();
|
||||
void testFIFOBuffer();
|
||||
void testConnect();
|
||||
void testConnectRefused();
|
||||
void testConnectRefusedNB();
|
||||
@@ -68,6 +69,13 @@ public:
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
private:
|
||||
void onReadable(bool& b);
|
||||
void onWritable(bool& b);
|
||||
|
||||
int _readableToNot;
|
||||
int _notToReadable;
|
||||
int _writableToNot;
|
||||
int _notToWritable;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user