X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.test.hh;h=bdfb5f7cb2e90ea6f4dabdbe1842ec33c29959e5;hb=8025a3e571ed9de108f7203907baa4cabc801ea9;hp=68a646608c593b1f55e05738a0328010054f7827;hpb=6d612eda73e43f9304bd178aff02020a6e7be3fe;p=senf.git diff --git a/Socket/SocketProtocol.test.hh b/Socket/SocketProtocol.test.hh index 68a6466..bdfb5f7 100644 --- a/Socket/SocketProtocol.test.hh +++ b/Socket/SocketProtocol.test.hh @@ -34,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); }