FIFOBuffer events and tests

This commit is contained in:
Aleksandar Fabijanic
2012-04-27 04:41:50 +00:00
parent a9cef39021
commit d7306cc7d9
3 changed files with 131 additions and 16 deletions

View File

@@ -63,7 +63,15 @@ public:
static CppUnit::Test* suite();
protected:
void onReadable(bool& b);
void onWriteable(bool& b);
private:
int _readableToNot;
int _notToReadable;
int _writeableToNot;
int _notToWriteable;
};