mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
writEAble => writAble
This commit is contained in:
@@ -65,13 +65,13 @@ public:
|
||||
|
||||
protected:
|
||||
void onReadable(bool& b);
|
||||
void onWriteable(bool& b);
|
||||
void onWritable(bool& b);
|
||||
|
||||
private:
|
||||
int _readableToNot;
|
||||
int _notToReadable;
|
||||
int _writeableToNot;
|
||||
int _notToWriteable;
|
||||
int _writableToNot;
|
||||
int _notToWritable;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user