X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.test.hh;h=bdfb5f7cb2e90ea6f4dabdbe1842ec33c29959e5;hb=3cb0a2ff50b8f1111da34b696e64fb1b037cd683;hp=c5073f3971b21a58a0686be75768ce09f4118cd6;hpb=31243b46fbd06bc6301acca8fbd8153829c61b0a;p=senf.git diff --git a/Socket/SocketProtocol.test.hh b/Socket/SocketProtocol.test.hh index c5073f3..bdfb5f7 100644 --- a/Socket/SocketProtocol.test.hh +++ b/Socket/SocketProtocol.test.hh @@ -27,7 +27,6 @@ #include "SocketProtocol.hh" #include "SocketPolicy.test.hh" #include "ProtocolClientSocketHandle.hh" -#include "../Utils/Logger/SenfLog.hh" //#include "SocketProtocol.test.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -35,11 +34,11 @@ namespace senf { namespace test { - class SomeProtocol - : public ConcreteSocketProtocol + class SomeSocketProtocol + : public ConcreteSocketProtocol { public: - ~SomeProtocol() {} + ~SomeSocketProtocol() {} void init_client() const { fd(0); } void init_server() const { fd(0); } @@ -50,7 +49,6 @@ namespace test { { return false; } virtual void close() const { - SENF_LOG(( "Closing socket ..." )); closeCount(1); }