X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.test.hh;h=d03e6df92d1c24ae35177869b975ab7d11bf42ee;hb=b89e3166f7680755683dccee5e48cb3a820185c0;hp=497cff16ff99d020a4849b746243383781286abe;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Socket/SocketProtocol.test.hh b/Socket/SocketProtocol.test.hh index 497cff1..d03e6df 100644 --- a/Socket/SocketProtocol.test.hh +++ b/Socket/SocketProtocol.test.hh @@ -48,7 +48,7 @@ namespace test { bool eof() const { return false; } - virtual void close() const { + virtual void close() { closeCount(1); }