minor cleanup

This commit is contained in:
Matej Sekoranja
2012-07-30 13:41:13 +02:00
parent 39d6a6bc19
commit e74f2cdb2a
7 changed files with 38 additions and 38 deletions
+1 -4
View File
@@ -37,6 +37,7 @@ using std::max;
using std::min;
using std::ostringstream;
// TODO to be completely replaced by codec based implementation (see Java)
namespace epics {
namespace pvAccess {
@@ -305,10 +306,6 @@ namespace pvAccess {
return (size_t)sockBufSize;
}
bool BlockingTCPTransport::waitUntilVerified(double timeout) {
return _verifiedEvent.wait(timeout);
}
void BlockingTCPTransport::flush(bool lastMessageCompleted) {
// automatic end