|
|
@ -52,8 +52,6 @@ namespace pEp { |
|
|
|
return ret; |
|
|
|
} |
|
|
|
|
|
|
|
// Non-blocking
|
|
|
|
// throws underflow_error if inbox empty
|
|
|
|
std::string PityTransport::pollMsg() const |
|
|
|
{ |
|
|
|
pEpLogClass("called"); |
|
|
@ -73,8 +71,6 @@ namespace pEp { |
|
|
|
return ret; |
|
|
|
} |
|
|
|
|
|
|
|
// Blocking
|
|
|
|
// Returns when a msg has been received
|
|
|
|
std::string PityTransport::receiveMsg(int poll_interval) const |
|
|
|
{ |
|
|
|
pEpLogClass("called"); |
|
|
|