X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketProtocol.test.hh;h=f1459fe3ebea8603cea5eb7eb7fd35a2f888e65d;hb=6f50bf49e282c0528f51faa0a245bbfa2b867399;hp=220864d961b88a9b4b78696d40c4cb8effe06b3c;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Socket/SocketProtocol.test.hh b/Socket/SocketProtocol.test.hh index 220864d..f1459fe 100644 --- a/Socket/SocketProtocol.test.hh +++ b/Socket/SocketProtocol.test.hh @@ -32,11 +32,10 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { - namespace test { class SomeProtocol - : public ConcreteSocketProtocol + : public ConcreteSocketProtocol { public: ~SomeProtocol() {} @@ -44,8 +43,6 @@ namespace test { void init_client() const {} void init_server() const {} - std::auto_ptr clone() const - { return std::auto_ptr(new SomeProtocol()); } unsigned available() const { return Policy::ReadPolicy::TEST_SIZE; } bool eof() const