no default parameters for isReadyToWrite and isReadyToRead
This commit is contained in:
@ -51,8 +51,8 @@ namespace ix
|
||||
bool wakeUpFromPoll(uint8_t wakeUpCode);
|
||||
|
||||
PollResultType select(bool readyToRead, int timeoutSecs, int timeoutMs);
|
||||
PollResultType isReadyToWrite(int timeoutSecs, int timeoutMs = 0);
|
||||
PollResultType isReadyToRead(int timeoutSecs, int timeoutMs = 0);
|
||||
PollResultType isReadyToWrite(int timeoutSecs, int timeoutMs);
|
||||
PollResultType isReadyToRead(int timeoutSecs, int timeoutMs);
|
||||
|
||||
// Virtual methods
|
||||
virtual bool connect(const std::string& url,
|
||||
|
Reference in New Issue
Block a user